File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report or Feature Request
3
+ about : Report a bug or suggest a new feature!
4
+ title : " "
5
+ labels : " "
6
+ assignees : " "
7
+ ---
8
+
9
+ ### Problem
10
+
11
+ <!--
12
+ For a bug report, please copy and paste any error messages from the application or command-line here.
13
+ For a feature request, please state how the new functionality could benefit the community.
14
+ -->
15
+
16
+ ### Proposed solution
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Release
3
+ about : Checklist and communication channel for PyPI and GitHub release
4
+ title : " Ready for <version-number> PyPI/GitHub release"
5
+ labels : " release"
6
+ assignees : " "
7
+ ---
8
+
9
+ ### Release checklist for GitHub contributors
10
+
11
+ - [ ] All PRs/issues attached to the release are merged.
12
+ - [ ] All the badges on the README are passing.
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).
20
+
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.
You can’t perform that action at this time.
0 commit comments