diff options
author | Arthur Centeno | 2021-10-25 21:04:23 +0000 |
---|---|---|
committer | Arthur Centeno | 2021-10-25 21:04:23 +0000 |
commit | 499a80f138030c4de1629c043c8f9401a99894ea (patch) | |
tree | 449dcae965d13f966fb6d52625fbc86661c8c6a0 /.github/ISSUE_TEMPLATE/user_story.md | |
parent | 6151faa9ea67af4bf4ea95fb681a9dc4319474b6 (diff) | |
parent | 700802303e5e8221a9d591ba985d6607aa61e1ce (diff) | |
download | genenetwork2-499a80f138030c4de1629c043c8f9401a99894ea.tar.gz |
Merge github.com:genenetwork/genenetwork2 into acenteno
Diffstat (limited to '.github/ISSUE_TEMPLATE/user_story.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/user_story.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 --> |