From 6d513e7b64370ac4c0e9b666e9209c4b5f412dc9 Mon Sep 17 00:00:00 2001 From: Alex Weaver Date: Fri, 5 May 2023 13:10:16 -0500 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 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 00000000..272e7cca --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,50 @@ + + +**What is this feature?** + +[Add a brief description of what the feature or update does.] + +**Why do we need this feature?** + +[Add a description of the problem the feature is trying to solve.] + +**Who is this feature for?** + +[Add information on what kind of user the feature is for.] + +**Which issue(s) does this PR fix?**: + + + +Fixes # + +**Special notes for your reviewer:** + +Please check that: +- [ ] It works as expected from a user's perspective, in the context of the appropriate project. +- [ ] If this adds new notifiers or settings, we also add the settings to the UI and the Terraform provider. +- [ ] The docs are updated, and if this is a [notable improvement](https://grafana.com/docs/writers-toolkit/writing-guide/contribute-release-notes/#how-to-determine-if-content-belongs-in-a-whats-new-document), it's added to our [What's New](https://grafana.com/docs/writers-toolkit/writing-guide/contribute-release-notes/) doc.