Merge pull request #1130 from realm/bmunkholm/PR-template

Create pull_request_template.md
This commit is contained in:
blagoev 2017-07-10 12:32:25 +03:00 committed by GitHub
commit b6d1d28b02
1 changed files with 24 additions and 0 deletions

24
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,24 @@
<!--
Make sure to assign one and only one Type (`T:`) and State (`S:`) label.
Select reviewers if ready for review. Our bot will automatically assign you.
-->
## What, How & Why?
<!--
Describe the changes and give some hints to guide your reviewers if possible.
-->
Reference to the issue(s) addressed by this PR: # ???
<!--
- This fixes #???
- This closes realm/realm-sync#???
-->
## ☑️ ToDos
<!-- Add your own todos here -->
* [ ] 📝 Changelog entry
* [ ] 🚦 Tests
* [ ] 📝 Public documentation PR created or is not necessary
* [ ] 💥 `Breaking` label has been applied or is not necessary