From 1baaf569b9c5b967d76e573ea068363935d3baad Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Thu, 24 Oct 2024 23:04:47 +0200 Subject: [PATCH] chore: updated PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ec90c4..3f4ae62 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,5 @@ Resolves #issue-number ## Checklist -- [ ] If a new package was added, did you ensure it works for all supported platforms? Is the package also well maintained? -- [ ] Did you add localization for any text? If yes, did you sort the .arb file using ```arb_utils sort ```? +- [ ] If a new package was added, did you ensure it works for all supported platforms? Is the package well maintained - [ ] Check that any changes are related to the issue at hand.