diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b80a40074..3a761ce5e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,12 @@ -### User Story +## User Story [comment]: # (As a , I want to so that .) -### Why is this Needed? +## Why is this Needed? [comment]: # (Describe the problem and why this task is needed. Provide a description of the current state, what you would like to happen, and what actually happened) -### Description +## Description [comment]: # (Feature or Bug? eg. Type: Bug) *Type*: diff --git a/.github/ISSUE_TEMPLATE/flakies.md b/.github/ISSUE_TEMPLATE/flakies.md index 6b0a02a0b..47ae2dac4 100644 --- a/.github/ISSUE_TEMPLATE/flakies.md +++ b/.github/ISSUE_TEMPLATE/flakies.md @@ -1,4 +1,4 @@ -# What +## What Tests that fail randomly are called "flakies", this one seems to be one: @@ -12,11 +12,6 @@ Tests that fail randomly are called "flakies", this one seems to be one: FILL_WITH_FAILURE_REPORT ``` -# How - -- [ ] Explain why the test is flaky, or under which conditions/scenario it fails randomly -- [ ] Explain why your PR fixes it - ## Tips for flaky hunting ### Random values issues