Skip to content

Commit 681f75d

Browse files
committed
chore: Link to issues policy
1 parent 1c81066 commit 681f75d

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
<!--
2-
HI! PLEASE STOP TO READ THIS!! If you're issue is regarding one of the query
3-
APIs (`getByText`, `getByLabelText`, etc), then please file it on the
4-
`dom-testing-library` repository instead. If you file it here it will be closed.
5-
Thanks :)
2+
3+
HI! PLEASE STOP TO READ THIS!!
64
75
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
8-
Please make sure that you are familiar with and follow the Code of Conduct for
6+
7+
- Please make sure that you are familiar with and follow the Code of Conduct for
98
this project (found in the CODE_OF_CONDUCT.md file).
109
11-
Please fill out this template with all the relevant information so we can
10+
- Please read the Issues policies in the README before filing an issue:
11+
https://github.com/kentcdodds/react-testing-library/blob/master/README.md#issues
12+
13+
- Please fill out this template with all the relevant information so we can
1214
understand what's going on and fix the issue.
1315
16+
- If you're issue is regarding one of the query
17+
APIs (`getByText`, `getByLabelText`, etc), then please file it on the
18+
`dom-testing-library` repository instead. If you file it here it will be closed.
19+
Thanks :)
20+
1421
I'll probably ask you to submit the fix (after giving some direction). If you've
1522
never done that before, that's great! Check this free short video tutorial to
1623
learn how: http://kcd.im/pull-request
24+
1725
-->
1826

1927
* `react-testing-library` version:

0 commit comments

Comments
 (0)