Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers authored Nov 18, 2022
1 parent c3c27e7 commit 7e5b754
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Context**
Where the notebooks are running (e.g. Galaxy; EMBL; on my computer)

**White notebook, if any**
E.g. fetch_analyses.ipynb

**Anything else**
Add any other context about the problem here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request or idea for a new notebook
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Type of request**
[ ] Idea for a new notebook
[ ] I already have a notebook to contribute
[ ] Package or environment request
[ ] Other

**Details**
Explain what you have in mind

**Existing resources**
If you're suggesting a notebook idea, what already exists? Link to or describe any existing code or publications. If you're suggesting a package, link to or describe its usage.

0 comments on commit 7e5b754

Please sign in to comment.