Skip to content

Commit 3539ce1

Browse files
authored
Docs: Update ISSUE_TEMPLATE.md
1 parent 46ad629 commit 3539ce1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,36 @@
33
## Tell us about your runtime:
44

55
* **QUnit version**:
6-
* **What environment are you running QUnit in? (e.g., browser, Node)**:
7-
* **How are you running QUnit? (e.g., script, testem, Grunt)**:
6+
* **Which environment are you using? (e.g., browser, Node)**:
7+
* **How are you running QUnit? (e.g., QUnit CLI, Grunt, Karma, manually in browser)**:
88

99
<!--
10-
Please be specific about your runtime.
10+
Please be specific about your environment.
1111
12-
* If you're running via browser, please include browser and version.
13-
* If you're running via a Node.js integration such as Grunt, please include your Node.js version and the name and version of your integration.
12+
* If via a browser, please include browser name and version.
13+
* If via Node.js, please include your Node.js version and the name and version of any integration you are using (e.g. Grunt, Karma, etc.).
1414
15-
Please include anything else that you believe may be helpful for us to know.
1615
-->
1716

1817
## What are you trying to do?
1918

2019
Code that reproduces the problem:
2120

22-
<!-- Please provide an exact reproduction of your issue if possible. If not, then please provide detailed information about your setup and what you are trying to do. -->
21+
<!--
22+
Please provide an exact reproduction of the issue if possible.
23+
If not, then provide detailed information about your setup and what you are trying to do.
24+
-->
2325

2426
```js
2527

2628
```
2729

28-
If you have any relevant configuration information, please include that here:
30+
<!-- If you have any relevant configuration information, please include that here: -->
2931

3032
## What did you expect to happen?
3133

32-
<!-- Please be specific. -->
34+
<!-- ... -->
3335

3436
## What actually happened?
3537

36-
<!-- Please be specific. -->
38+
<!-- .... -->

0 commit comments

Comments
 (0)