Skip to content
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

Adding checklists for the issue tracker #358

Merged
merged 5 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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?
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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?
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/release.md
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
Loading