From c8204e2e8f44001f2c11da0f6f814a2ed9f62a98 Mon Sep 17 00:00:00 2001 From: Mitch Seaman Date: Mon, 3 Apr 2023 17:13:56 +0200 Subject: [PATCH] Remove two PR reviewer checklist items (#65290) remove two reviewer checklist items Remove FRR and compatibility checks, because the FRR is only for new features and compatibility is impossible to confirm. --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 910eed9b084..2199a71941c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -48,5 +48,3 @@ Please check that: - [ ] It works as expected from a user's perspective. - [ ] If this is a pre-GA feature, it is behind a feature toggle. - [ ] 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. -- [ ] There are no known compatibility issues with older supported versions of Grafana, or plugins. -- [ ] It passes the [Hosted Grafana feature readiness review](https://docs.google.com/document/d/1QL9Ly8KnXzpb6ISbg49pTODRO5mhA5tkkfIZVX6pqQU/edit) for observability, scalability, performance, and security. \ No newline at end of file