1
0
mirror of https://github.com/kylelobo/The-Documentation-Compendium.git synced 2025-09-08 20:10:41 +02:00

Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Kyle Lobo
2019-06-04 21:03:30 +05:30
committed by GitHub
parent d745402479
commit b725bfc250

12
PULL_REQUEST_TEMPLATE.md Normal file
View File

@@ -0,0 +1,12 @@
### Your checklist for this pull request
🚨 Please review the [guidelines for contributing](./CONTRIBUTING.md) to this repository.
- [ ] Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). Don't request your master!
- [ ] Make sure you are making a pull request against the **canary branch** (left side). Also you should start *your branch* off *our canary*.
- [ ] Check the commit's or even all commits' message styles matches our requested structure.
- [ ] Check your code additions will fail neither code linting checks nor unit test.
### Description
Please describe your pull request.
💔 Thank you!