diff options
author | Joseph Herlant <aerostitch@users.noreply.github.com> | 2018-04-19 17:04:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 17:04:16 -0700 |
commit | f51bfa33716af479767adb5eccbe8ad8141c6b21 (patch) | |
tree | c02993cb939292a1fc7c601724fd31837be808f5 /.github | |
parent | 1ebee0a20a7c87ef6a665f3294394cb63fd2baff (diff) | |
download | navit-f51bfa33716af479767adb5eccbe8ad8141c6b21.tar.gz |
Github: add a pull request template
This will remind people to follow our coding style and commit messages guidelines
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..5623ec64a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +Thanks for contributing to Navit! +Before opening a pull request on navit, make sure your commit message follows our guidelines: +https://wiki.navit-project.org/index.php/Commit_guidelines + +and that your code is compliant with out coding style guidelines: +https://wiki.navit-project.org/index.php/Programming_guidelines |