From 763c417ebada8cdf7f347a045dad51c4d84e2bdb Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:30:02 -0600 Subject: [PATCH 1/2] add release template --- .github/ISSUE_TEMPLATE/release.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/release.md diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md new file mode 100644 index 00000000..839002f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release.md @@ -0,0 +1,21 @@ +--- +name: Release Request +about: Request a release for this package +title: '[Release]: ' +labels: release, high-priority +assignees: 'anissa111' +--- +## For Package Leader + +Version: vYYYY.MM.## +Plain text summary of significant changes: + +## Release progress checklist + +- [ ] CI tests are passing +- [ ] release-notes.rst has been updated with latest release notes +- [ ] a new tag and release has been made on GitHub +- [ ] feedstock PR has been merged +- [ ] release on pypi action has been triggered on the tag +- [ ] new version can be installed via pip +- [ ] new version can be installed via conda \ No newline at end of file From 2a251055ab27efbc493aa7bb2e13bc78c654814f Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:32:29 -0600 Subject: [PATCH 2/2] new line --- .github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 839002f5..d80e7852 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -18,4 +18,4 @@ Plain text summary of significant changes: - [ ] feedstock PR has been merged - [ ] release on pypi action has been triggered on the tag - [ ] new version can be installed via pip -- [ ] new version can be installed via conda \ No newline at end of file +- [ ] new version can be installed via conda