From 7e5b754b6921925bb150a8d64564a4a007cedf6d Mon Sep 17 00:00:00 2001 From: Sandy Rogers Date: Fri, 18 Nov 2022 17:33:35 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++ ...ture-request-or-idea-for-a-new-notebook.md | 20 +++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-or-idea-for-a-new-notebook.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..26563a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature-request-or-idea-for-a-new-notebook.md b/.github/ISSUE_TEMPLATE/feature-request-or-idea-for-a-new-notebook.md new file mode 100644 index 0000000..2970d52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-or-idea-for-a-new-notebook.md @@ -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.