Create pull_request_template.md

This commit is contained in:
Sacha Weatherstone 2022-02-27 10:12:00 +11:00 committed by GitHub
parent c5819c8f95
commit 91bfe0a82d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,9 @@
<!-- Describe what you are intending to change -->
## What does this PR do?
<!-- Please remove or replace the issue url -->
> [Related Issue](https://github.com/meshtastic/Meshtastic-protobufs/issues/0)
## Checklist before merging
- [ ] All top level messages commented
- [ ] All enum members have unique descriptions
- [ ] Formatting is consistant with the defined protolint rules