From 1e85d6f07ded86285774b73e9dc2aed9b7b9cb5e Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Mon, 11 Jul 2022 09:41:49 -0700 Subject: [PATCH] Add pull request template Adds some formatting and most importantly add some nudges to fill out tests, settings, and documentation in every PR --- .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 0000000000..1302b197bd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Description of feature or change + +## Link to related issues from zed or insiders + +## Before Merging + +- [ ] Does this have tests or have existing tests been updated to cover this change? +- [ ] Have you added the necessary settings to configure this feature? +- [ ] Has documentation been created or updated (including above changes to settings)?