You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release_checklist.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,13 @@ assignees: ""
11
11
-[ ] All PRs/issues attached to the release are merged.
12
12
-[ ] All the badges on the README are passing.
13
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.
14
+
-[ ] Locally rendered documentation contains all appropriate pages, tutorials, and other human-written text is up-to-date with any changes in the code.
15
+
-[ ] All API references are included. To check this, run `conda install scikit-package` and then `package build api-doc`. Review any edits made by rerendering the docs locally.
16
16
-[ ] Installation instructions in the README, documentation, and the website are updated.
17
17
-[ ] Successfully run any tutorial examples or do functional testing with the latest Python version.
18
18
-[ ] Grammar and writing quality are checked (no typos).
19
19
-[ ] Install `pip install build twine`, run `python -m build` and `twine check dist/*` to ensure that the package can be built and is correctly formatted for PyPI release.
20
+
-[ ] Dispatch matrix testing to test the release on all Python versions and systems. If you do not have permission to run this workflow, tag the maintainer and say `@maintainer, please dispatch matrix testing workflow`.
20
21
21
22
Please tag the maintainer (e.g., @username) in the comment here when you are ready for the PyPI/GitHub release. Include any additional comments necessary, such as version information and details about the pre-release here:
22
23
@@ -34,7 +35,7 @@ Please let the maintainer know that all checks are done and the package is ready
34
35
<!-- After the maintainer releases the PyPI package, please check the following when creating a PR for conda-forge release.-->
35
36
36
37
-[ ] Ensure that the full release has appeared on PyPI successfully.
37
-
-[ ] New package dependencies listed in `conda.txt` and `test.txt` are added to `meta.yaml` in the feedstock.
38
+
-[ ] New package dependencies listed in `conda.txt` and `tests.txt` are added to `meta.yaml` in the feedstock.
38
39
-[ ] Close any open issues on the feedstock. Reach out to the maintainer if you have questions.
To view the basic usage and available commands, type ::
163
+
164
+
diffpy.srfit -h
165
+
139
166
Getting Started
140
167
---------------
141
168
@@ -167,12 +194,12 @@ trying to commit again.
167
194
168
195
Improvements and fixes are always appreciated.
169
196
170
-
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.srfit/blob/main/CODE_OF_CONDUCT.rst>`_.
197
+
Before contributing, please read our `Code of Conduct <https://github.com/diffpy/diffpy.srfit/blob/main/CODE-OF-CONDUCT.rst>`_.
171
198
172
199
Contact
173
200
-------
174
201
175
-
For more information on diffpy.srfit please visit the project `web-page <https://diffpy.github.io/>`_ or email Simon Billinge at sb2896@columbia.edu.
202
+
For more information on diffpy.srfit please visit the project `web-page <https://diffpy.github.io/>`_ or email the maintainers ``Caden Myers (cjm2304@columbia.edu) and Simon J. L. Billinge (sbillinge@ucsb.edu)``.
0 commit comments