Skip to content

Commit a58d214

Browse files
committed
Add bug report issue template
1 parent 50d2d79 commit a58d214

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Something isn't working as I expected. 🤔
4+
5+
---
6+
7+
<!--lint disable first-heading-level-->
8+
9+
## Checklist
10+
11+
> Please ensure the following tasks are completed before filing a bug report.
12+
13+
- [ ] Read and understood the [Code of Conduct][code-of-conduct].
14+
- [ ] Searched for existing issues and pull requests.
15+
16+
## Description
17+
18+
> Description of the issue.
19+
20+
Encountered an error when .
21+
22+
## Related Issues
23+
24+
> Does this issue have any related issues?
25+
26+
Related issues # , # , and # .
27+
28+
## Questions
29+
30+
> Any questions for reviewers?
31+
32+
No.
33+
34+
## Other
35+
36+
> Any other information relevant to this issue? This may include screenshots, references, stack traces, sample output, and/or implementation notes.
37+
38+
#### Demo
39+
40+
> If relevant, provide a link to a live demo.
41+
42+
For a live demo of the issue, see
43+
44+
- (link)
45+
46+
#### Reproduction
47+
48+
> What steps are required to reproduce the unexpected output?
49+
50+
In order to reproduce this bug, do the following:
51+
52+
- a
53+
- b
54+
- c
55+
56+
#### Expected Results
57+
58+
> What are the expected results?
59+
60+
The following results are expected:
61+
62+
```text
63+
(insert expected results here)
64+
```
65+
66+
#### Actual Results
67+
68+
> What are the actual results?
69+
70+
The following are the actual results:
71+
72+
```text
73+
(insert actual results here)
74+
```
75+
76+
#### Environments
77+
78+
> What environments are affected (e.g., `Node v0.4.x`, `Chrome`, `IE 11`)? If Node.js, include the `npm` version, operating system, and any other potentially relevant platform information.
79+
80+
The following environments are affected:
81+
82+
- a
83+
- b
84+
- c
85+
86+
<!-- <links> -->
87+
88+
[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md
89+
90+
<!-- </links> -->

0 commit comments

Comments
 (0)