Skip to content

Commit 429de04

Browse files
committed
chore: update issue templates
1 parent ca1b608 commit 429de04

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

.github/ISSUE_TEMPLATE.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ https://github.com/testing-library/testing-library-docs
1616
1717
-->
1818

19-
- `dom-testing-library` version:
20-
- `node` version:
21-
- `npm` (or `yarn`) version:
19+
- `@testing-library/dom` version:
20+
- Testing Framework and version:
21+
<!-- are you using jest, mocha, puppeteer, ava? And what version? -->
22+
- DOM Environment:
23+
<!-- If you're using jsdom (the default with jest), what version? Otherwise, what browser and version are you running tests in? -->
24+
25+
<!--
26+
Keep in mind that if you're using a version of node we don't support that
27+
could also be an issue. Check our package.json "engines" file for the
28+
supported version.
29+
-->
2230

2331
Relevant code or config
2432

.github/ISSUE_TEMPLATE/Bug_Report.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@ If this is an issue with the documentation, please file an issue in the docs rep
2020
https://github.com/testing-library/testing-library-docs
2121
-->
2222

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

2735
### Relevant code or config:
2836

0 commit comments

Comments
 (0)