|
1 | 1 | --- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
| 2 | +name: "\U0001F41E Bug report" |
| 3 | +about: Report an issue with HTMLHint or rules bundled with HTMLHint |
| 4 | +title: '' |
| 5 | +labels: bug, triage |
| 6 | +assignees: '' |
4 | 7 | --- |
5 | 8 |
|
6 | | -**Describe the bug** |
7 | | -A clear and concise description of what the bug is. |
| 9 | +**Tell us about your environment** |
8 | 10 |
|
9 | | -**To Reproduce** |
10 | | -Steps to reproduce the behavior: |
| 11 | +- **HTMLHint Version:** |
| 12 | +- **Node Version:** |
| 13 | +- **npm Version:** |
| 14 | +- **os Version:** |
11 | 15 |
|
12 | | -1. Go to '...' |
13 | | -2. Click on '....' |
14 | | -3. Scroll down to '....' |
15 | | -4. See error |
| 16 | +**Please show your full configuration:** |
16 | 17 |
|
17 | | -**Expected behavior** |
18 | | -A clear and concise description of what you expected to happen. |
| 18 | +<details> |
| 19 | +<summary>Configuration</summary> |
19 | 20 |
|
20 | | -**Screenshots** |
21 | | -If applicable, add screenshots to help explain your problem. |
| 21 | +<!-- Paste your .htmlhintrc configuration below: --> |
22 | 22 |
|
23 | | -**Desktop (please complete the following information):** |
| 23 | +```json |
24 | 24 |
|
25 | | -- OS: [e.g. iOS] |
26 | | -- Browser [e.g. chrome, safari] |
27 | | -- Version [e.g. 22] |
| 25 | +``` |
28 | 26 |
|
29 | | -**Smartphone (please complete the following information):** |
| 27 | +</details> |
30 | 28 |
|
31 | | -- Device: [e.g. iPhone6] |
32 | | -- OS: [e.g. iOS8.1] |
33 | | -- Browser [e.g. stock browser, safari] |
34 | | -- Version [e.g. 22] |
| 29 | +**What did you do? Please include the actual source code causing the issue, as well as the command that you used to run HTMLHint.** |
35 | 30 |
|
36 | | -**Additional context** |
37 | | -Add any other context about the problem here. |
| 31 | +<!-- Paste the source code below: --> |
| 32 | + |
| 33 | +```html |
| 34 | + |
| 35 | +``` |
| 36 | + |
| 37 | +<!-- Paste the command you used to run HTMLHint: --> |
| 38 | + |
| 39 | +```shell |
| 40 | + |
| 41 | +``` |
| 42 | + |
| 43 | +**What did you expect to happen?** |
| 44 | + |
| 45 | +**What actually happened? Please include the actual, raw output from HTMLHint.** |
| 46 | + |
| 47 | +**Are you willing to submit a pull request to fix this bug?** |
0 commit comments