From 478807cb3b994aa1dca1104225478fbbdf2f9c45 Mon Sep 17 00:00:00 2001 From: Augusto Silva Date: Thu, 6 May 2021 17:42:13 -0300 Subject: [PATCH] style: updates issue templates --- .github/ISSUE_TEMPLATE/Automated_test.md | 8 ++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/Automated_test.md diff --git a/.github/ISSUE_TEMPLATE/Automated_test.md b/.github/ISSUE_TEMPLATE/Automated_test.md new file mode 100644 index 0000000000..4dd921cad5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Automated_test.md @@ -0,0 +1,8 @@ +--- +name: Automated test +about: Suggest a test for a feature or functionality + +--- + +### Feature under test + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 7474f07f08..49ec42918f 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -7,5 +7,13 @@ about: Suggest a feature that we can implement. ### Description: +### User story: + + ### Alternatives: - \ No newline at end of file + + +### Gherkin Scenarios + \ No newline at end of file