From f51bfa33716af479767adb5eccbe8ad8141c6b21 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Thu, 19 Apr 2018 17:04:16 -0700 Subject: Github: add a pull request template This will remind people to follow our coding style and commit messages guidelines --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github') 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 -- cgit v1.2.1