Skip to content

Commit 0b25191

Browse files
author
Larry Botha
authored
Merge pull request #107 from tjinauyeung/chore/update-bug-template
chore(bug report template): improve template
2 parents 16ac433 + 630cc46 commit 0b25191

File tree

1 file changed

+46
-25
lines changed

1 file changed

+46
-25
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 46 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,58 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a bug report to help us fix an issue
44
title: ''
5-
labels: ''
5+
labels: bug
66
assignees: ''
7-
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
9+
<!---
10+
Please read this!
11+
12+
Before opening a new issue, make sure to search for keywords in the issues
13+
filtered by the "regression" or "bug" label:
14+
15+
- https://github.com/tjinauyeung/svelte-forms-lib/issues?q=label%3Abug
16+
- https://github.com/tjinauyeung/svelte-forms-lib/issues?q=label%3Aregression
17+
18+
and verify the issue you're about to submit isn't a duplicate.
19+
--->
20+
21+
### Summary
22+
23+
<!-- Summarize the bug encountered concisely. -->
24+
25+
### Steps to reproduce
26+
27+
<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->
28+
29+
### Example Project
30+
31+
<!---
32+
- If possible, please create an example project using our CodeSandbox template, and
33+
link to it here in the bug report:
34+
- https://codesandbox.io/s/svelte-forms-lib-template-zhqs4?file=/App.svelte
35+
- If that's not possible, we recommend creating a small repo that illustrates the problem.
36+
- Reproductions should be small, self-contained, correct examples – http://sscce.org.
37+
--->
38+
39+
### What is the current *bug* behavior?
40+
41+
<!-- Describe what actually happens. -->
42+
43+
### What is the expected *correct* behavior?
44+
45+
<!-- Describe what you should see instead. -->
1246

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
- If you can demonstrate the bug using [our CodeSandbox template](https://codesandbox.io/s/react-forms-lib-bug-report-esdl2?file=/App.svelte), please do.
16-
- If that's not possible, we recommend creating a small repo that illustrates the problem.
17-
- Reproductions should be small, self-contained, correct examples – http://sscce.org.
47+
### Relevant logs and/or screenshots
1848

19-
**Expected behavior**
20-
A clear and concise description of what you expected to happen.
49+
<!---
50+
Paste any relevant logs - please use code blocks (```) to format console output, logs,
51+
and code as it's tough to read otherwise.
52+
-->
2153

22-
**Screenshots**
23-
If applicable, add screenshots to help explain your problem.
54+
### Possible fixes
2455

25-
**Desktop (please complete the following information):**
26-
- OS: [e.g. iOS]
27-
- Browser [e.g. chrome, safari]
28-
- Version [e.g. 22]
56+
<!-- If you can, link to the line of code that might be responsible for the problem. -->
2957

30-
**Smartphone (please complete the following information):**
31-
- Device: [e.g. iPhone6]
32-
- OS: [e.g. iOS8.1]
33-
- Browser [e.g. stock browser, safari]
34-
- Version [e.g. 22]
3558

36-
**Additional context**
37-
Add any other context about the problem here.

0 commit comments

Comments
 (0)