From dd0d175e2b11a8a6530602b22cb6e12ac87a64b4 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Thu, 28 Mar 2024 19:27:28 +1030 Subject: [PATCH] chore: removes Reviewers list from PR template We tag reviewers in github now. --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a69e19e6..d2506e4a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,15 +4,10 @@ **Dependencies:** dependencies on other outstanding PRs, issues, etc. -**Installation instructions:** List any non-trivial installation -instructions. +**Installation instructions:** List any non-trivial installation instructions. **Testing instructions:** List testing instructions -**Reviewers:** -- [ ] tag reviewer -- [ ] tag reviewer - **Merge checklist:** - [ ] All reviewers approved - [ ] CI build is green @@ -23,6 +18,5 @@ instructions. **Post merge:** - [ ] Create a tag -- [ ] Check new version is pushed to PyPi after tag-triggered build is - finished. +- [ ] Check new version is pushed to PyPi after tag-triggered build is finished. - [ ] Delete working branch (if not needed anymore)