From db9fba96fd0ca1c8aa426cb96facb10d3e516435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lea=20H=C3=A4usel?= Date: Thu, 19 Dec 2024 16:22:12 +0100 Subject: [PATCH 1/2] fix: typos pull request template --- .github/pull_request_template.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 800abfbf..af093a63 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,11 @@ ## Description and Context -## Related Issues and Merge Requests +## Related Issues and Pull Requests * Closes * Blocks @@ -24,23 +24,23 @@ Feel free to provide further information if useful or necessary. ## Checklist - [ ] My commit messages mention the appropriate issue numbers (advised but optional). -- [ ] I mention the appropriate issue numbers in this MR. +- [ ] I mention the appropriate issue numbers in this PR. - [ ] I updated documentation where necessary. -- [ ] I updated the README where necessary +- [ ] I updated the README.md where necessary - [ ] I have added as (few,) small and fast tests as possible to cover my changes. ## Additional Information ## Interested Parties Possible reviewers: From d4b0f89963725ee9cc26c4c5f831a1b409cfea26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lea=20H=C3=A4usel?= Date: Fri, 20 Dec 2024 09:01:52 +0100 Subject: [PATCH 2/2] fix: remove updating README from 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 af093a63..55015754 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,8 +29,7 @@ Go over all the following points, and put an `X` in all the boxes that apply. If - [ ] My commit messages mention the appropriate issue numbers (advised but optional). - [ ] I mention the appropriate issue numbers in this PR. - [ ] I updated documentation where necessary. -- [ ] I updated the README.md where necessary -- [ ] I have added as (few,) small and fast tests as possible to cover my changes. +- [ ] I have added tests to cover my changes. ## Additional Information