diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..595d758 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ + +## What does this PR do? + +> [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