Skip to content

Commit 9b1acc4

Browse files
committed
chore: add issue and pull request templates for better contribution guidelines
1 parent d7c0dbf commit 9b1acc4

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

File renamed without changes.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ _Provide clear acceptance criteria to validate the story is complete._
1616

1717
[Gherkin syntax](https://cucumber.io/docs/gherkin/reference) example:
1818

19-
> Given the 'PERSONA' has 'DONE SOMETHING'
20-
> When the 'PERSONA' does 'ONE THING'
21-
> Then the 'PERSONA' must do 'ANOTHER THING'
19+
> GIVEN the 'PERSONA' has 'DONE SOMETHING'
20+
> WHEN the 'PERSONA' does 'ONE THING'
21+
> THEN the 'PERSONA' must do 'THIS THING'
22+
> AND the 'PERSONA' must do 'ANOTHER THING'
23+
> BUT the 'PERSONA' must not do 'UNWANTED THING'
2224
2325
### Additional context
2426

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)