Skip to content

Commit 2f3b107

Browse files
authored
Update issue templates
1 parent ee75f97 commit 2f3b107

File tree

3 files changed

+143
-0
lines changed

3 files changed

+143
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: "Bugs, missing documentation, or unexpected behavior \U0001F914."
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
* Please fill out this template with all the relevant information so we can
13+
understand what's going on and fix the issue. We appreciate bugs filed and PRs
14+
submitted!
15+
16+
* Please make sure that you are familiar with and follow the Code of Conduct for
17+
this project (found in the CODE_OF_CONDUCT.md file).
18+
19+
* You can get the installed version of an NPM package by running `npm ls <insert package name>` in your terminal.
20+
21+
-->
22+
23+
- `react-hooks-testing-library` version:
24+
- `react-testing-library` version:
25+
- `react` version:
26+
- `node` version:
27+
- `npm` (or `yarn`) version:
28+
29+
### Relevant code or config:
30+
31+
```js
32+
let your = (code, tell) => `the ${story}`;
33+
```
34+
35+
### What you did:
36+
37+
<!-- What you were doing -->
38+
39+
### What happened:
40+
41+
<!-- Please provide the full error message/screenshots/anything -->
42+
43+
### Reproduction:
44+
45+
<!--
46+
If possible, please create a repository that reproduces the issue with the
47+
minimal amount of code possible.
48+
49+
Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one
50+
here: https://codesandbox.io/s/ypml1r8l8j?module=%2Fsrc%2F__tests__%2FuseHello.js&previewwindow=tests
51+
-->
52+
53+
### Problem description:
54+
55+
<!-- Please describe why the current behaviour is a problem -->
56+
57+
### Suggested solution:
58+
59+
<!--
60+
It's ok if you don't have a suggested solution, but it really helps if you could
61+
do a little digging to come up with some suggestion of how to improve things.
62+
-->
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: "\U0001F4A1 Feature Request"
3+
about: "I have a suggestion (and might want to implement myself \U0001F642)!"
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
Vote on feature requests by adding a 👍. This helps maintainers prioritize what
13+
to work on.
14+
15+
* Please fill out this template with all the relevant information so we can
16+
understand what it is you are requesting. We appreciate features requested and PRs submitted!
17+
18+
* Please make sure that you are familiar with and follow the Code of Conduct for
19+
this project (found in the CODE_OF_CONDUCT.md file).
20+
21+
It'd be great if after the discussion you're the one who submits the PR that
22+
implements this feature. If you've never done that before, that's great! Check
23+
this free short video tutorial to learn how: http://kcd.im/pull-request
24+
25+
-->
26+
27+
### Describe the feature you'd like:
28+
29+
<!--
30+
A clear and concise description of what you want to happen. Add any considered
31+
drawbacks.
32+
-->
33+
34+
### Suggested implementation:
35+
36+
<!-- Helpful but optional 😀 -->
37+
38+
### Describe alternatives you've considered:
39+
40+
<!--
41+
A clear and concise description of any alternative solutions or features you've
42+
considered.
43+
-->
44+
45+
### Teachability, Documentation, Adoption, Migration Strategy:
46+
47+
<!--
48+
If you can, explain how users will be able to use this and possibly write out a
49+
version of the docs.
50+
-->
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: "❓ Support Question"
3+
about: "I have a question \U0001F4AC"
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
🛑Consider whether Github issues is the best place to ask this question. Perhaps some of the support channels will give you better help, faster:
13+
14+
- Reactiflux on Discord https://www.reactiflux.com
15+
- Stack Overflow https://stackoverflow.com/questions/tagged/react-hooks-testing-library
16+
17+
* Please fill out this template with all the relevant information so we can
18+
understand how best to support you.
19+
20+
* Please make sure that you are familiar with and follow the Code of Conduct for
21+
this project (found in the CODE_OF_CONDUCT.md file).
22+
23+
We'll probably ask you to submit the fix (after giving some direction). If
24+
you've never done that before, that's great! Check this free short video
25+
tutorial to learn how: http://kcd.im/pull-request
26+
27+
-->
28+
29+
### What is your question:
30+
31+
<!-- Ask your question. Be as detailed as you can. -->

0 commit comments

Comments
 (0)