From 76a8dd3a5153829e94f87d552ed3d3555fa195ed Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sun, 15 Oct 2017 10:41:38 +1300 Subject: [PATCH] Fixed punctuation. --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1ebc283186..bf8b407f61 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,9 @@ ## Important considerations when opening a pull request: -1.) Pull requests will only be accepted if they are opened against the `master` branch. Pull requests opened against other branches without prior consent from the maintainers will be closed. +1.) Pull requests will only be accepted if they are opened against the `master` branch. Pull requests opened against other branches without prior consent from the maintainers will be closed; -2.) Please follow the coding style guidlines: https://github.com/cleanflight/cleanflight/blob/master/docs/development/CodingStyle.md. +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 #`. 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 their numbers in the form `Fixes #`. This will cause the issues to be closed when the pull request is merged; 4.) Remove this Text :).