Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add link to minimal bug report repo in templates #174

Merged
merged 2 commits into from
Dec 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ What happened:

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

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

<!--
If possible, please create a repository that reproduces the issue with the
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
Original file line number Diff line number Diff line change
@@ -43,6 +43,8 @@ var your => (code) => here;
If possible, please create a repository that reproduces the issue with the
minimal amount of code possible.
Repository template: https://github.com/alexkrolick/dom-testing-library-template
Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one
here: https://codesandbox.io/s/5z6x4r7n0p
-->