Add a pull request template
This commit is contained in:
parent
ae285da1e8
commit
e641b22194
1 changed files with 10 additions and 0 deletions
10
.github/pull_request_template.md
vendored
Normal file
10
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Thanks for submitting a pull request to CircuitPython! Remove these instructions before submitting.
|
||||
|
||||
See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github for detailed instructions.
|
||||
|
||||
- Consider whether to submit this PR against `main` or against (if it exists) the branch for the current stable release or an upcoming minor release. The branch will be named `i.j.x`, for example, `9.2.x`. Bug fixes and minor enhancements can be submitted against the stable release branch, and will be merged to `main` regularly.
|
||||
- Create your own fork of `circuitpython` and create a branch for your changes.
|
||||
- Use `pre-commit` to check your commits before submitting. See https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github/check-your-code.
|
||||
- Test your changes and tell us how you tested.
|
||||
|
||||
---
|
||||
Loading…
Reference in a new issue