Skip to content

Commit 4917a2f

Browse files
alexkrolickKent C. Dodds
authored andcommitted
docs: add link to minimal bug report repo in templates (testing-library#174)
<!-- Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated! Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). Also, please make sure you're familiar with and follow the instructions in the contributing guidelines (found in the CONTRIBUTING.md file). If you're new to contributing to open source projects, you might find this free video course helpful: http://kcd.im/pull-request Please fill out the information below to expedite the review and (hopefully) merge of your pull request! --> <!-- What changes are being made? (What feature/bug is being fixed here?) --> **What**: <!-- Why are these changes necessary? --> **Why**: <!-- How were these changes implemented? --> **How**: <!-- Have you done all of these things? --> **Checklist**: <!-- add "N/A" to the end of each line that's irrelevant to your changes --> <!-- to check an item, place an "x" in the box like so: "- [x] Documentation" --> - [ ] Documentation - [ ] Tests - [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> - [ ] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions --> <!-- feel free to add additional comments -->
1 parent c414541 commit 4917a2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ What happened:
2626

2727
<!-- Please provide the full error message/screenshots/anything -->
2828

29-
Reproduction repository:
29+
Reproduction repository: https://github.com/alexkrolick/dom-testing-library-template
3030

3131
<!--
3232
If possible, please create a repository that reproduces the issue with the

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ var your => (code) => here;
4343
If possible, please create a repository that reproduces the issue with the
4444
minimal amount of code possible.
4545
46+
Repository template: https://github.com/alexkrolick/dom-testing-library-template
47+
4648
Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one
4749
here: https://codesandbox.io/s/5z6x4r7n0p
4850
-->

0 commit comments

Comments
 (0)