2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-16 07:42:02 +00:00

docs: add pull request template

This commit is contained in:
Devin Singh 2021-04-08 09:06:59 -05:00
parent 63c8fe61be
commit bf9b182569
No known key found for this signature in database
GPG Key ID: 7EA319C5D57B6506

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

@ -0,0 +1,5 @@
---
- [ ] I have reviewed CONTRIBUTING.md.
- [ ] My commits and title use the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
- [ ] I have documented any breaking changes according to [SemVer](https://semver.org/).
---