Skip to content

Commit

Permalink
Docs: Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle authored Feb 14, 2021
1 parent 46ad629 commit 3539ce1
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,36 @@
## Tell us about your runtime:

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

<!--
Please be specific about your runtime.
Please be specific about your environment.
* If you're running via browser, please include browser and version.
* 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.
* If via a browser, please include browser name and version.
* 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.).
Please include anything else that you believe may be helpful for us to know.
-->

## What are you trying to do?

Code that reproduces the problem:

<!-- 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. -->
<!--
Please provide an exact reproduction of the issue if possible.
If not, then provide detailed information about your setup and what you are trying to do.
-->

```js

```

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

## What did you expect to happen?

<!-- Please be specific. -->
<!-- ... -->

## What actually happened?

<!-- Please be specific. -->
<!-- .... -->

0 comments on commit 3539ce1

Please sign in to comment.