Skip to content

Commit 8fe8671

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 800d490 commit 8fe8671

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1-
- [ ] Implementation
2-
- [ ] Unit test
3-
- [ ] Docs
1+
Thank you for taking the time to report an issue with react-d3-tree!
2+
3+
Feel free to delete any questions that do not apply.
4+
5+
## Are you reporting a bug, or opening a feature request?
6+
[Replace with your answer]
7+
8+
* Please insert below the code you are checking with mypy,
9+
or a mock-up repro if the source is private. We would appreciate
10+
if you try to simplify your case to a minimal repro.
11+
12+
13+
## What is the actual behavior/output?
14+
[Replace with your answer if relevant]
15+
16+
## What is the behavior/output you expect?
17+
[Replace with your answer if relevant]
18+
19+
## Can you consistently reproduce the issue/create a reproduction case (e.g. on https://codesandbox.io)?
20+
[Replace with your answer if relevant]
21+
22+
## What version of react-d3-tree are you using?
23+
[Replace with your answer]
24+
25+
## If react-d3-tree crashed with a traceback, please paste the full traceback below.
26+
[Replace with your traceback]

0 commit comments

Comments
 (0)