Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 7, 2020
1 parent a75fa35 commit 0afcbea
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
17 changes: 14 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -45,9 +45,20 @@ tutorial to learn how: http://kcd.im/pull-request
-->

- `@testing-library/react` version:
- `react` version:
- `node` version:
- `npm` (or `yarn`) version:
- Testing Framework and version:
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
- DOM Environment:
<!-- If you're using jsdom (the default with jest), what version? Otherwise, what browser and version are you running tests in? -->

<!--
Keep in mind that if you're using a version of node we don't support that
could also be an issue. Check our package.json file "engines" config for the
supported version.
Also keep in mind that if you're using a version of react we don't support
that could be an issue. Check our package.json file "peerDependencies" config
for the supported version.
-->

Relevant code or config

Expand Down
17 changes: 14 additions & 3 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Expand Up @@ -23,9 +23,20 @@ tutorial to learn how: http://kcd.im/pull-request
-->

- `@testing-library/react` version:
- `react` version:
- `node` version:
- `npm` (or `yarn`) version:
- Testing Framework and version:
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
- DOM Environment:
<!-- If you're using jsdom (the default with jest), what version? Otherwise, what browser and version are you running tests in? -->

<!--
Keep in mind that if you're using a version of node we don't support that
could also be an issue. Check our package.json file "engines" config for the
supported version.
Also keep in mind that if you're using a version of react we don't support
that could be an issue. Check our package.json file "peerDependencies" config
for the supported version.
-->

### Relevant code or config:

Expand Down

0 comments on commit 0afcbea

Please sign in to comment.