From 89bb2bbe3c5028bf6c608b0e94a789b34242727a Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 12 Dec 2024 11:22:12 +0000 Subject: [PATCH] Add PR template (#925) --- .github/PULL_REQUEST_TEMPLATE/default.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/default.md diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 000000000..cfeda2ab6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,10 @@ + + +- [ ] I've used a relevant pull request (PR) title. +- [ ] I've added a link to any relevant issues in the PR description. +- [ ] I've checked my changes on the deploy preview and they look good. +- [ ] I've added an entry to the [What's new](https://github.com/grafana/writers-toolkit/blob/main/docs/sources/whats-new.md) page (only required for notable changes).