-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PyPI/GitHub checklist via Issues (closed due to unnecessary commits) #106
Closed
Closed
Changes from 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8063f0c
Move tests folder to top
bobleesj b643887
Revert commit
bobleesj 7fea5c0
Merge from upstream main
bobleesj 8908c9b
Merge branch 'main' of https://github.com/diffpy/diffpy.snmf
bobleesj fe7d673
Merge branch 'main' of https://github.com/diffpy/diffpy.snmf
bobleesj 249ffc2
Merge branch 'main' of https://github.com/diffpy/diffpy.snmf
bobleesj bd031c1
Add issue templates for checklist and general issue
bobleesj 13134ad
Add release checklist with improved content
bobleesj 3b9e84b
Improve sentence flow for badges
bobleesj e9df10c
Turn each bullet into a statement, not questions
bobleesj 0ea6ce3
[pre-commit.ci] auto fixes from pre-commit hooks
pre-commit-ci[bot] df061ef
Fix typo in title
bobleesj 3c9890c
Fix typo in title
bobleesj 51b0d91
[pre-commit.ci] auto fixes from pre-commit hooks
pre-commit-ci[bot] a03c60e
Add news for issue template
bobleesj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: General issue | ||
about: "" | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Release checklist | ||
about: Checklist and communication channel for PyPI and GitHub release | ||
title: "Ready for <verison-number> PyPI/GitHub release" | ||
labels: "release" | ||
assignees: "" | ||
--- | ||
|
||
**Release checklist for GitHub contributors** | ||
|
||
- [ ] All PRs/issues are resolved for the release version. | ||
- [ ] The latest version of [cookiecutter](https://github.com/Billingegroup/cookiecutter) is used. Ensure `.github/workflows/build-wheel-release-upload.yml` is available. | ||
- [ ] All the badges on the README are passing. | ||
- [ ] Locally rendered documentation contains all appropriate pages, including API references, tutorials, and extensions. | ||
- [ ] Installation instructions in the documentation and on the website (e.g., diffpy.org) are checked and updated. | ||
- [ ] Grammar and writing quality have been checked. | ||
- [ ] License information is verified. If you are unsure, please comment below. | ||
|
||
Please mention @sbillinge when you are ready for release. Include any additional comments necessary, such as version information and details about the pre-release. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checks license, installation instructions, badges, docs, grammar, writing quality, PR/issues, cookiecutting status.