diff options
author | Joseph Herlant <aerostitch@users.noreply.github.com> | 2018-04-19 21:49:36 -0700 |
---|---|---|
committer | Pierre GRANDIN <pgrandin@users.noreply.github.com> | 2018-04-19 21:49:36 -0700 |
commit | d4e38bd35c2448991d09305a53cebcd0d1960665 (patch) | |
tree | 7a1f1fdccee6b0ec7f3578423ae371cd8b2581ef /CONTRIBUTING.md | |
parent | 3e03ea1a500b61704ce6458eebf9a9ace89d8b78 (diff) | |
download | navit-d4e38bd35c2448991d09305a53cebcd0d1960665.tar.gz |
Add:github: Add a contributing.md that references our wiki (#447)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..e116f8ccd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing + +Welcome to Navit! If you are interested in contributing to the [Navit code repo](README.md) +then checkout the [Wiki](https://wiki.navit-project.org/index.php/Main_Page) + +When pushing a pull request, please make sure you follow our: +* [programming guidelines](https://wiki.navit-project.org/index.php/Programming_guidelines) +* [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines) + +For more information on our developement process, see: https://wiki.navit-project.org/index.php/Development |