diff options
author | Arthur Centeno | 2021-04-09 20:38:21 +0000 |
---|---|---|
committer | Arthur Centeno | 2021-04-09 20:38:21 +0000 |
commit | e2b04a322f26670782fe7f7c39bcebc508fdabdd (patch) | |
tree | a51c32bae4d544cc0beea19f455ccc52f0544a4c /.github/ISSUE_TEMPLATE | |
parent | 187cd40bd3273b50d2813bfccf98bfadbb8c14ff (diff) | |
parent | ef51e08753defdfc7f3e67f8788cd1362d2cf631 (diff) | |
download | genenetwork2-e2b04a322f26670782fe7f7c39bcebc508fdabdd.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into acenteno
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 28 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 30 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/user_story.md | 12 |
3 files changed, 70 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..af60c290 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '[Bug] Bug Title' +labels: '' +assignees: '' + +--- + +**Describe the bug** +<!-- A clear and concise description of what the bug is. --> + +**To Reproduce** +<!-- Steps to reproduce the behavior --> + +**Expected behavior** +<!-- A clear and concise description of what you expected to happen. --> + +**Screenshots** +<!-- If applicable, add screenshots to help explain your problem. --> + +**Environment setup (please complete the following information):** +<!-- - OS: [e.g. Linux] --> +<!-- - Guix Version (optional) --> +<!-- - [Anything else you think is relevant] --> + +**Additional context** +<!-- Add any other context about the problem here. --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..813974c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,30 @@ +--- +name: Feature request +about: Suggest a new feature for this project(Very Specific) +title: '[Feature] My-cool-feature' +labels: '' +assignees: '' + +--- + +## Is your feature request related to a problem? Please describe. +<!-- A clear and concise description of what the problem is. --> +<!-- Example: I'm always frustrated when [...] --> + +## Describe the solution you'd like +<!-- A clear and concise description of what you want to happen. --> + +## Describe alternatives you've considered +<!-- A clear and concise description of any alternative solutions or features you've considered. --> + +## User Stories (optional) +<!-- Example: --> +<!-- As a _[role or persona]_, I want _[goal/ need]_ so that _[why]_ --> +<!-- **Feature:** _[Brief description of feature]_ --> +<!-- _[Any additional descriptions on feature]_ --> +<!-- **Scenario:** +Please use _[Gherkin](https://cucumber.io/docs/gherkin/reference/)_ +here --> + +## Additional context +<!-- Add any other context or screenshots about the feature request here. --> diff --git a/.github/ISSUE_TEMPLATE/user_story.md b/.github/ISSUE_TEMPLATE/user_story.md new file mode 100644 index 00000000..d46976ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/user_story.md @@ -0,0 +1,12 @@ +--- +name: User Story +about: Suggest an idea for this project +title: ['Feature] My-cool-new-feature' +labels: '' +assignees: '' + +--- +<!-- As a _[role or persona]_, I want _[goal/ need]_ so that _[why]_ --> +<!-- **Feature:** _[Brief description of feature]_ --> +<!-- _[Any additional descriptions on feature]_ --> +<!-- **Scenario:** Please use _[Gherkin](https://cucumber.io/docs/gherkin/reference/)_ here --> |