Skip to content

Commit

Permalink
Merge pull request #358 from fziegner/checklists
Browse files Browse the repository at this point in the history
Adding checklists for the issue tracker
  • Loading branch information
freemansw1 authored Nov 27, 2023
2 parents 5518611 + 17392d0 commit 68a2d7a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
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

0 comments on commit 68a2d7a

Please sign in to comment.