Skip to content

Commit

Permalink
doc,meta: add issue template for flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Nov 17, 2018
1 parent 6adbe9a commit 2d5284d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/5-flaky-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F4AB Found a flaky test?"
about: Please provide information about the failure.

---
<!--
Thank you for reporting a possible flaky test in Node.js.
Please fill in as much of the template below as you can.
-->
* test file - [NAME_OF_TEST_WITH_SUITE (e.g. parallel/test-https)](https://github.com/nodejs/node/blob/master/test/NAME_OF_TEST_WITH_SUITE.js)
* ci job - [CI_JOB_DESCRIPTOR (e.g. aix/21613)](https://ci.nodejs.org/job/node-test-CI_JOB_DESCRIPTOR)
* ci worker - [CI_WORKER_NAME](https://ci.nodejs.org/computer/CI_WORKER_NAME/)
* output:
```
CI console output for the failing test.
Or content of JUnit test details page.
Note: should be indented with 2 spaces to align with * bullet point.
```

0 comments on commit 2d5284d

Please sign in to comment.