-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from fziegner/checklists
Adding checklists for the issue tracker
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
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,13 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug in the tobac library | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
* [ ] Have you searched the issue tracker for the same problem? | ||
* [ ] Have you checked if you're using the latest version? If not, which version are you using? | ||
* [ ] Have you mentioned the steps to reproduce the issue? | ||
* [ ] Have you, if applicable, included error messages? |
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,12 @@ | ||
--- | ||
name: Question | ||
about: 'Ask a general question about tobac ' | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
* [ ] Have you searched the issue tracker for similar questions? | ||
* [ ] Have you read the documentation to ensure your question isn't already answered? | ||
* [ ] Have you searched Stack Overflow or other relevant forums to see if your question has been answered elsewhere? |
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,20 @@ | ||
--- | ||
name: Release | ||
about: Prepare a new release for tobac | ||
title: Release v.X.Y.Z | ||
labels: release | ||
assignees: '' | ||
|
||
--- | ||
|
||
Checklist for releasing vX.Y.Z: | ||
|
||
* [ ] Re-run notebooks and commit updates to repository | ||
* [ ] Bump version in `__init__.py` in `RC_vX.Y.Z` | ||
* [ ] Add changelog in `RC_vX.Y.Z` | ||
* [ ] Add new contributors to vX.Y.Z | ||
* [ ] Merge `RC_vX.Y.Z` into `main` | ||
* [ ] Delete `RC_vX.Y.Z` branch | ||
* [ ] Create release | ||
* [ ] Push release to conda-forge | ||
* [ ] E-mail tobac mailing list |