From 376a9e16560848481bc75fe64ac3eea31fb7ecee Mon Sep 17 00:00:00 2001 From: Brandon Date: Tue, 3 Aug 2021 12:02:09 -0500 Subject: [PATCH] feat: Added pr template to help standardize PR for arduino-base --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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..37ecd50 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + + +### Preparation checklist + +* [ ] Merge `master` into your branch and resolve resulting conflicts +* [ ] Select one or multiple reviewers who are well suited to discuss your changes +* [ ] Write a new programmatic test, if warranted +* [ ] Edit or create the documentation necessary for others to make use of your changes + +### Writing a helpful description + +* [ ] Link to the specific user-story being addressed, and describe how you've addressed it +* [ ] Describe how your changes should be tested +* [ ] Link to specific files, line-numbers, and decisions you would like feedback on