Skip to content

Commit cdccfa2

Browse files
authored
docs(issues): add github issues template for unreliable tests (#6077)
## Problem There are many `unreliable test` issues on github, but they sometimes take different formats. This can make them harder to find, and more difficult to work on. Ideally, all should show up here: https://github.com/aws/aws-toolkit-vscode/issues?q=is%3Aissue+is%3Aopen+unreliable+test in some consistent format. ## Solution See template Example using template: #6078 --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7fd14b1 commit cdccfa2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: unreliable test
3+
about: Help us monitor our test suite by reporting flaky tests.
4+
labels: tests-ci-cd
5+
---
6+
7+
## Test Details
8+
9+
- Name of test:
10+
- OS of failure:
11+
- VSCode version of failure (minimum/insider/stable):
12+
- Link to failing run:
13+
- Link to failing test:
14+
15+
## Log of Test Failure
16+
17+
## Additional Information

0 commit comments

Comments
 (0)