Skip to content

Commit

Permalink
Merge pull request #2832 from Codeinwp/gh-issue-template
Browse files Browse the repository at this point in the history
style: updates issue templates
  • Loading branch information
gutoslv authored May 7, 2021
2 parents 95ae8a4 + 478807c commit 1e1ee4a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/Automated_test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Automated test
about: Suggest a test for a feature or functionality

---

### Feature under test
<!-- Describe which functionality we should automate the test -->
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@ about: Suggest a feature that we can implement.
### Description:
<!-- Describe the requested feature in a clear and concise way. -->

### User story:
<!-- Describe at least one use case using a user story pattern. Example:
As a writer, I want to clear all distraction on-site, so the reader will focus only on text -->

### Alternatives:
<!-- If we don't implement this feature, what would be the best alternatives to achieve the same functionality? -->
<!-- If we don't implement this feature, what would be the best alternatives to achieve the same functionality? -->

### Gherkin Scenarios
<!-- Describe some scenarios in Gherkin syntax to help us understand when the feature is finished. You can find out more info about Gherkin here https://cucumber.io/docs/gherkin/step-organization/
If you have any question feel free to reach @gutoslv -->

0 comments on commit 1e1ee4a

Please sign in to comment.