Skip to content

Commit c36e099

Browse files
authored
Created issue template
1 parent 561e3d7 commit c36e099

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**To Reproduce**
11+
Steps to reproduce the issue, including any relevant code in the form of a representative [Short, Self Contained, Correct (Compilable), Example](http://sscce.org/), and sample input.
12+
13+
**Expected behavior vs. actual behavior**
14+
A clear and concise description of what you expected to happen, and what actually happened instead. Include expected output for the sample input given above, and the actual output you're getting including exact copies of any error messages.
15+
16+
**Versions**
17+
- Device: [desktop or mobile; specify model]
18+
- OS: [e.g. Ubuntu Linux 16.04, Windows 10, etc.]
19+
- Browser and version: [e.g. Firefox 61, Chrome 68, etc.]
20+
- WebPerl: [e.g. v0.01-beta]
21+
22+
If building:
23+
- Perl: [e.g. v5.26.2]
24+
- Emscripten: [e.g. 1.38.10]
25+
- Any other versions that may be relevant, such as compiler, libraries, etc.
26+
27+
**Additional context**
28+
Add any other context about the problem here. If applicable, add screenshots to help explain your problem.

0 commit comments

Comments
 (0)