Skip to content

Commit

Permalink
Merge pull request #41 from punchcard-cms/Gherkin-Alignment
Browse files Browse the repository at this point in the history
Fix alignment of Gherkin Scenario
  • Loading branch information
scottnath authored Jul 5, 2016
2 parents b3af802 + 17d0564 commit 0507c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Feature: {{feature}}
Scenario: {{scenario}}
Given {{thing}}
When {{action}}
Then {{result}}
When {{action}}
Then {{result}}
```

---

- [ ] {{feature}}/{{scenario}}
- [ ] {{feature}}/{{scenario}}

0 comments on commit 0507c97

Please sign in to comment.