|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | | -about: Create a report to help us improve |
| 3 | +about: Create a bug report to help us fix an issue |
4 | 4 | title: '' |
5 | | -labels: '' |
| 5 | +labels: bug |
6 | 6 | assignees: '' |
7 | | - |
8 | 7 | --- |
9 | 8 |
|
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. --> |
12 | 46 |
|
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 |
18 | 48 |
|
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 | +--> |
21 | 53 |
|
22 | | -**Screenshots** |
23 | | -If applicable, add screenshots to help explain your problem. |
| 54 | +### Possible fixes |
24 | 55 |
|
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. --> |
29 | 57 |
|
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] |
35 | 58 |
|
36 | | -**Additional context** |
37 | | -Add any other context about the problem here. |
|
0 commit comments