-
Notifications
You must be signed in to change notification settings - Fork 9
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 #2286 from GSA-TTS/main
- Loading branch information
Showing
36 changed files
with
346 additions
and
65 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,32 @@ | ||
--- | ||
name: "Snip: Acceptance Criteria" | ||
about: Starting point for a story acceptance. | ||
title: 'snip-acceptance-criteria' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
# Acceptance Criteria | ||
|
||
We use [DRY](https://docs.behat.org/en/latest/user_guide/writing_scenarios.html#backgrounds) [behavior-driven development](https://en.wikipedia.org/wiki/Behavior-driven_development#Behavioral_specifications) wherever possible. | ||
|
||
[comment]: # "ACs should be clearly demoable/verifiable whenever possible." | ||
[comment]: # "Given: the initial context at the beginning of the scenario" | ||
[comment]: # "when: the event that triggers the scenario" | ||
[comment]: # "then: the expected outcome(s)" | ||
[comment]: # "Repeat scenarios as needed, or repeat behaviors and lists within a scenario as needed." | ||
|
||
[comment]: # "The scenario should be a short, plain language description." | ||
[comment]: # "Feeling repetative? Apply the DRY (Don't Repeat Yourself) principle!" | ||
|
||
### Scenario: | ||
|
||
**Given** | ||
**when** | ||
... | ||
|
||
[comment]: # "Each task should be a verifiable outcome" | ||
```[tasklist] | ||
### then... | ||
- [ ] [a thing happens] | ||
``` |
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
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
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
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,22 @@ | ||
--- | ||
name: "Snip: Scenario" | ||
about: Starting point for a scenario; sub-item to acceptance. | ||
title: 'snip-scenario' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
[comment]: # "The scenario should be a short, plain language description." | ||
[comment]: # "Feeling repetative? Apply the DRY (Don't Repeat Yourself) principle!" | ||
|
||
### Scenario: | ||
|
||
**Given** | ||
**when** | ||
... | ||
|
||
[comment]: # "Each task should be a verifiable outcome" | ||
```[tasklist] | ||
### then... | ||
- [ ] [a thing happens] | ||
``` |
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
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,9 +1,19 @@ | ||
--- | ||
name: "Snip: Shepherds" | ||
about: Starting point for who will shepherd work. | ||
title: 'snip-shepherds' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### Shepherds | ||
|
||
[comment]: # "@ mention shepherds as we move across the board." | ||
[comment]: # "Add/remove as needed" | ||
|
||
* Content shepherd: | ||
* Design shepherd: | ||
* Data shepherd: | ||
* Infrastructure shepherd: | ||
* Engineering shepherd: | ||
|
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
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
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
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
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
Oops, something went wrong.