Skip to content

Commit

Permalink
Merge pull request #65 from 4-20ma/64-cleanup-template-wording
Browse files Browse the repository at this point in the history
Fix #64 clean up templates
  • Loading branch information
4-20ma committed Sep 11, 2016
2 parents 1094071 + bdbe37f commit 0cd261c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,21 @@ Refer to [What's in a Story?](https://dannorth.net/whats-in-a-story/)

#### Narrative:
<!-- Replace role, feature, benefit. -->
```` text
As a [role]
I want [feature]
So that [benefit]
````

#### Acceptance Criteria:
<!--
Present as one or more Scenarios, replacing context, event, outcome.
-->
```` text
Scenario 1: Title
Given [context]
And [some more context]...
When [event]
Then [outcome]
And [another outcome]...
````
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Provide the following information for all issues. Replace [brackets] and placeho
(QUESTIONS, BUG REPORTS, FEATURE REQUESTS).
-->
### Description
[Describe what this change achieves; include Fixes #xxx or Closes #xxx (where xxx is issue number) in description]
[Describe what this change achieves]

### Issues Resolved
[List any existing issues this PR resolves]
[List any existing issues this PR resolves; include Fixes #xxx or Closes #xxx (where xxx is issue number)]

### Check List

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Project maintainers assign labels to Issues and Pull Requests (PRs) to categoriz
- `Bug` - existing code does not behave as described in the project documentation; _requires_ clear test case and be _reproducible_ by project maintainer
- `Enhancement` - minor modification to an existing feature
- `Feature Requst` - new functionality; _requires_ a well-written, clear user story
- 'Maintenance` - minor administrative change that does not provide enhancement or introduce new feature
- `Maintenance` - minor administrative change that does not provide enhancement or introduce new feature
- `Question` - self-explanatory

#### Priority
Expand Down

0 comments on commit 0cd261c

Please sign in to comment.