Made a clarification to the pull request instructions in the template.

This commit is contained in:
mikeller 2017-10-20 12:09:39 +13:00
parent 184fc3c7a2
commit 2447805fbe
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
2.) Please follow the coding style guidlines: https://github.com/cleanflight/cleanflight/blob/master/docs/development/CodingStyle.md
3.) If your pull request is a fix for one or more issues that are open in GitHub, add their numbers in the form `Fixes #<issue number>`. This will cause the issues to be closed when the pull request is merged;
3.) If your pull request is a fix for one or more issues that are open in GitHub, add a comment to your pull request, and add the issue numbers of the issues that are fixed in the form `Fixes #<issue number>`. This will cause the issues to be closed when the pull request is merged;
4.) Remove this Text :).