|
| 1 | +<!-- |
| 2 | +
|
| 3 | +HI! PLEASE STOP TO READ THIS!! IF YOU DO NOT FOLLOW THE INSTRUCTIONS, YOUR ISSUE |
| 4 | +WILL LIKELY BE CLOSED. |
| 5 | +
|
| 6 | +Thanks for your interest in the project. We appreciate bugs filed and PRs submitted! |
| 7 | +
|
| 8 | +- Please make sure that you are familiar with and follow the Code of Conduct for |
| 9 | + this project (found in the CODE_OF_CONDUCT.md file). |
| 10 | +
|
| 11 | +- Please review the Issues policies before filing an issue: |
| 12 | +
|
| 13 | + 🐛 Bugs: |
| 14 | + File an issue for bugs, missing documentation, or unexpected behavior. |
| 15 | +
|
| 16 | + 💡 Feature Requests: |
| 17 | + File an issue to suggest new features. |
| 18 | + Vote on feature requests by adding a 👍. This helps maintainers prioritize |
| 19 | + what to work on. |
| 20 | +
|
| 21 | + ❓ Questions: |
| 22 | + For questions related to using the library, please visit a support community |
| 23 | + instead of filing an issue on GitHub. |
| 24 | + * Preact Slack |
| 25 | + https://preact-slack.now.sh |
| 26 | + * Stack Overflow |
| 27 | + https://stackoverflow.com/questions/tagged/preact-testing-library |
| 28 | +
|
| 29 | + **ISSUES WHICH ARE QUESTIONS WILL BE CLOSED** |
| 30 | +
|
| 31 | +- Please fill out this template with all the relevant information so we can |
| 32 | + understand what's going on and fix the issue. |
| 33 | +
|
| 34 | +- If you're issue is regarding one of the query APIs (`getByText`, |
| 35 | + `getByLabelText`, etc), then please file it on the `dom-testing-library` |
| 36 | + repository instead. If you file it here it will be closed. Thanks :) |
| 37 | +
|
| 38 | +We'll probably ask you to submit the fix (after giving some direction). If |
| 39 | +you've never done that before, that's great! Check this free short video |
| 40 | +tutorial to learn how: http://kcd.im/pull-request |
| 41 | +
|
| 42 | +--> |
| 43 | + |
| 44 | +- `preact-testing-library` version: |
| 45 | +- `preact` version: |
| 46 | +- `node` version: |
| 47 | +- `npm` (or `yarn`) version: |
| 48 | + |
| 49 | +Relevant code or config |
| 50 | + |
| 51 | +```javascript |
| 52 | +``` |
| 53 | + |
| 54 | +What you did: |
| 55 | + |
| 56 | +What happened: |
| 57 | + |
| 58 | +<!-- Please provide the full error message/screenshots/anything --> |
| 59 | + |
| 60 | +Reproduction repository: |
| 61 | + |
| 62 | +<!-- |
| 63 | +If possible, please create a repository that reproduces the issue with the |
| 64 | +minimal amount of code possible. You may fork the template here: |
| 65 | +https://github.com/alexkrolick/dom-testing-library-template |
| 66 | +
|
| 67 | +Or if you can, try to reproduce the issue in a codesandbox. |
| 68 | +--> |
| 69 | + |
| 70 | +Problem description: |
| 71 | + |
| 72 | +<!-- Please describe why the current behavior is a problem --> |
| 73 | + |
| 74 | +Suggested solution: |
| 75 | + |
| 76 | +<!-- |
| 77 | +It's ok if you don't have a suggested solution, but it really helps if you could |
| 78 | +do a little digging to come up with some suggestion of how to improve things. |
| 79 | +--> |
0 commit comments