Skip to content

Commit

Permalink
Merge pull request #9 from CDCgov/issue4
Browse files Browse the repository at this point in the history
Issue4: Update github issue templates
  • Loading branch information
mikeyweigand authored Dec 13, 2023
2 parents 77885e6 + c4cafc4 commit 4d43acc
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 67 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug Report (User)
about: As a user, create a report to help us improve
title: "[External] [Bug] **Replace This With Title**"
labels: bug
assignees: ''

---

**What is the Bug Related To? Please Provide a Description.** 

**Place an :x: in a Box that Best Matches the Bug's Importance:**
* [] **1** - Most severe (a full-break in core function)
* [] **2-4** - Moderate (break for a particular aspect/feature) (how integral is the broken feature?)
* [] **5** - Least severe (non-functional issue, such as inconsitency / error in documentation or administrative in nature) 

**Please Complete the Following Information:**
- OS: [e.g. iOS]:
- Browser [e.g. chrome, safari]:
- Version [e.g. 22]:
- Run environment (container, cloud service, HPC, platform, etc.):

**Please Outline Necessary Steps to Replicate Bug (Go to.. Click on... Install the following... etc.):**

**Any Additional Context or Information? Has There Been Any Progress Made So Far Towards this Request? Any Concrete Instructions to Resolve the Bug or Helpful Resources to Reference? Screenshots or Logs?**

**In Case for Additional Follow-Up, Please Provide your Email:**

50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

26 changes: 20 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
contact_links:
- name: Join nf-core
url: https://nf-co.re/join
about: Please join the nf-core community here
- name: "Slack #mpxvassembly channel"
url: https://nfcore.slack.com/channels/mpxvassembly
about: Discussion about the nf-core/mpxvassembly pipeline
- name: PolkaPox
url: https://github.com/CDCgov/polkapox
about: Please use the templates to post any issues of feature requests
templates:
# Template for bug reports
- bug_report:
file: bug_report.md
labels: [bug]
# Template for feature requests
- feature_request:
file: feature_request.md
labels: [enhancement]
# Template for internal bug reports
- internal_bug_report:
file: internal_bug_report.md
labels: [bug]
# Template for internal feature requests
- internal_feature_request:
file: internal_feature_request.md
labels: [enhancement]
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request (User)
about: As a user, suggest an idea for this project
title: "[External] [Feature] **Replace This With Title**"
labels: enhancement
---

**What is the Feature Related To? Please Provide a Description.**

**Place an :x: in a Box that Best Matches the Feature's Importance:**
* [] **1** - Most important (absolutely integral and will not use codebase at all without it)
* [] **2-4** - Moderate (still using codebase for other functions but is serving as a blocker for future use-cases)
* [] **5** - Least important (would like to see but there are no stringent expectations nor urgency for current/future use-cases) 

**Any Additional Context or Information? Has There Been Any Progress Made So Far Towards this Request? Any Helpful Resources to Reference? Screenshots or Links?**

**In Case for Additional Follow-Up, Please Provide your Email:**
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/internal_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug Report (Maintainer/Collaborator)
about: As a maintainer/collaborator, create a report to help improve existing code/documentation
title: "[Internal] [Bug] **Replace This With Title**"
labels: bug
assignees: ''

---

**What is the Bug Related To? Please Provide a Description.** 

**Place an :x: in a Box that Best Matches the Bug's Importance:**
* [] **1** - Most severe (a full-break in core function)
* [] **2-4** - Moderate (break for a particular aspect/feature) (how integral is the broken feature?)
* [] **5** - Least severe (non-functional issue, such as inconsitency / error in documentation or administrative in nature) 

**Please Complete the Following Information:**
- OS: [e.g. iOS]:
- Browser [e.g. chrome, safari]:
- Version [e.g. 22]:
- Run environment (container, cloud service, HPC, platform, etc.):

**Please Outline Necessary Steps to Replicate Bug (Go to.. Click on... Install the following... etc.):**


**Any Additional Context or Information? Has There Been Any Progress Made So Far Towards this Request? Any Concrete Instructions to Resolve the Bug or Helpful Resources to Reference? Screenshots or Logs?**
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/internal_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request (Maintainer/Collaborator)
about: As a maintainer/collaborator, propose/highlight a feature for this project
title: "[Internal] [Feature] **Replace This With Title**"
labels: enhancement
assignees: ''

---

**What is the Feature Related To? Please Provide a Description.**

**Place an :x: in a Box that Best Matches the Feature's Importance:**
* [] **1** - Most important (absolutely integral and will not use codebase at all without it)
* [] **2-4** - Moderate (still using codebase for other functions but is serving as a blocker for future use-cases)
* [] **5** - Least important (would like to see but there are no stringent expectations nor urgency for current/future use-cases) 

**Any Additional Context or Information? Has There Been Any Progress Made So Far Towards this Request? Any Helpful Resources to Reference? Screenshots or Links?**

0 comments on commit 4d43acc

Please sign in to comment.