Skip to content

Commit 4fb8751

Browse files
simon tweaks to release checklist (#108)
* simon tweaks to release checklist * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aeff31d commit 4fb8751

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

+10-7
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)