Skip to content

Commit 6215cd4

Browse files
committed
simon tweaks to release checklist
1 parent aeff31d commit 6215cd4

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ assignees: ""
88

99
**Release checklist for GitHub contributors**
1010

11-
- [ ] All PRs/issues are resolved for the release version.
12-
- [ ] The latest version of [cookiecutter](https://github.com/Billingegroup/cookiecutter) is used. Ensure `.github/workflows/build-wheel-release-upload.yml` is available.
11+
- [ ] All PRs/issues attached to the release are merged.
1312
- [ ] All the badges on the README are passing.
14-
- [ ] Locally rendered documentation contains all appropriate pages, including API references, tutorials, and extensions.
15-
- [ ] Installation instructions in the documentation and on the website (e.g., diffpy.org) are checked and updated.
16-
- [ ] Grammar and writing quality have been checked.
17-
- [ ] License information is verified. If you are unsure, please comment below.
13+
- [ ] License information is verified as correct. If you are unsure, please comment below.
14+
- [ ] Locally rendered documentation contains all appropriate pages, including API references (check no modules are
15+
missing), tutorials, and other human written text is up-to-date with any changes in the code.
16+
- [ ] Installation instructions in the README, documentation and on the website (e.g., diffpy.org) are updated and
17+
tested
18+
- [ ] Successfully run any tutorial examples or do functional testing in some other way.
19+
- [ ] Grammar and writing quality have been checked (no typos).
1820

19-
Please mention @sbillinge when you are ready for release. Include any additional comments necessary, such as version information and details about the pre-release.
21+
Please mention @sbillinge when you are ready for release. Include any additional comments necessary, such as
22+
version information and details about the pre-release.

0 commit comments

Comments
 (0)