1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Rename PULL_REQUEST_TEMPLATE.md to .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md

This commit is contained in:
James Fraser
2018-11-26 20:02:29 +11:00
committed by GitHub
parent 11b70375a6
commit 840a619e19

View File

@@ -0,0 +1,8 @@
Thank you for your contribution.
Before submitting this PR, please make sure:
- [ ] Your code builds clean without any errors or warnings
- [ ] You are not breaking consistency
- [ ] You have added unit tests
- [ ] All tests and other checks pass