mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Added pull request template.
This commit is contained in:
parent
a4040caebd
commit
6191e9af98
1 changed files with 9 additions and 0 deletions
9
.github/pull_request_template.md
vendored
Normal file
9
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +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.
|
||||
|
||||
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.
|
||||
|
||||
4.) Remove this Text :).
|
Loading…
Add table
Add a link
Reference in a new issue