-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from CDCgov/issue4
Issue4: Update github issue templates
- Loading branch information
Showing
7 changed files
with
108 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:** | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:** |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** |