From 91bfe0a82d250dab7f80c936b61349d909d4b3f4 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 27 Feb 2022 10:12:00 +1100 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md 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