From e94491408db943344feed3b25cc99c475cbbd26b Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 25 Nov 2021 11:22:32 +0000 Subject: [PATCH] Update 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 7ddcb98d3c3..ddcd2a64883 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,8 +13,7 @@ This is a small change with no associated Issue. - [ ] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [ ] Contains logically grouped changes (else tidy your branch by rebase). - [ ] Does not contain off-topic changes (use other PRs for other changes). -- [ ] Applied any dependency changes to both `setup.py` and - `conda-environment.yml`. +- [ ] Applied any dependency changes to both `setup.cfg` and `conda-environment.yml`. - [ ] Appropriate tests are included (unit and/or functional). - [ ] Already covered by existing tests.