Skip to content

Commit 0afcbea

Browse files
committed
chore: update issue templates
1 parent a75fa35 commit 0afcbea

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,20 @@ tutorial to learn how: http://kcd.im/pull-request
4545
-->
4646

4747
- `@testing-library/react` version:
48-
- `react` version:
49-
- `node` version:
50-
- `npm` (or `yarn`) version:
48+
- Testing Framework and version:
49+
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
50+
- DOM Environment:
51+
<!-- If you're using jsdom (the default with jest), what version? Otherwise, what browser and version are you running tests in? -->
52+
53+
<!--
54+
Keep in mind that if you're using a version of node we don't support that
55+
could also be an issue. Check our package.json file "engines" config for the
56+
supported version.
57+
58+
Also keep in mind that if you're using a version of react we don't support
59+
that could be an issue. Check our package.json file "peerDependencies" config
60+
for the supported version.
61+
-->
5162

5263
Relevant code or config
5364

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,20 @@ tutorial to learn how: http://kcd.im/pull-request
2323
-->
2424

2525
- `@testing-library/react` version:
26-
- `react` version:
27-
- `node` version:
28-
- `npm` (or `yarn`) version:
26+
- Testing Framework and version:
27+
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
28+
- DOM Environment:
29+
<!-- If you're using jsdom (the default with jest), what version? Otherwise, what browser and version are you running tests in? -->
30+
31+
<!--
32+
Keep in mind that if you're using a version of node we don't support that
33+
could also be an issue. Check our package.json file "engines" config for the
34+
supported version.
35+
36+
Also keep in mind that if you're using a version of react we don't support
37+
that could be an issue. Check our package.json file "peerDependencies" config
38+
for the supported version.
39+
-->
2940

3041
### Relevant code or config:
3142

0 commit comments

Comments
 (0)