Skip to content

Commit 7e6031f

Browse files
alexkrolickKent C. Dodds
authored and
Kent C. Dodds
committed
docs: link issue templates to docs repo (#325)
1 parent 89299e9 commit 7e6031f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ What happened:
6060
<!-- Please provide the full error message/screenshots/anything -->
6161

6262
Reproduction repository:
63-
https://github.com/alexkrolick/dom-testing-library-template
6463

6564
<!--
6665
If possible, please create a repository that reproduces the issue with the
67-
minimal amount of code possible.
66+
minimal amount of code possible. You may fork the template here:
67+
https://github.com/alexkrolick/dom-testing-library-template
6868
6969
Or if you can, try to reproduce the issue in a codesandbox. You can fork the
7070
one here: https://codesandbox.io/s/5z6x4r7n0p

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ tutorial to learn how: http://kcd.im/pull-request
3333
var your => (code) => here;
3434
```
3535

36+
<!--
37+
If this is an issue with documentation, please file an issue on the docs repo:
38+
https://github.com/alexkrolick/testing-library-docs
39+
-->
40+
3641
### What you did:
3742

3843
<!-- What you were doing -->

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ and feature requests so we recommend not using this medium to ask them here 😁
1616
- Reactiflux on Discord https://www.reactiflux.com
1717
- Stack Overflow
1818
https://stackoverflow.com/questions/tagged/react-testing-library
19+
- Documentation: https://github.com/alexkrolick/testing-library-docs
1920

2021
**ISSUES WHICH ARE QUESTIONS WILL BE CLOSED**

0 commit comments

Comments
 (0)