|
1 | 1 | name: Bug Report |
2 | 2 | description: Create a bug report |
3 | | -labels: ["type: bug"] |
| 3 | +labels: ['type: bug'] |
4 | 4 | body: |
5 | | - |
6 | | -- type: markdown |
7 | | - attributes: |
8 | | - value: | |
9 | | - :pray: Thanks for taking the time to fill out this bug report! |
10 | | -
|
11 | | -- type: markdown |
12 | | - attributes: |
13 | | - value: | |
14 | | - ## Bug Report |
15 | | -
|
16 | | -- type: textarea |
17 | | - id: i-tried-this |
18 | | - attributes: |
19 | | - label: "I tried this:" |
20 | | - placeholder: "What did you try to do? A code snippet or example helps." |
21 | | - validations: |
22 | | - required: true |
23 | | - |
24 | | -- type: textarea |
25 | | - id: instead-what-happened |
26 | | - attributes: |
27 | | - label: "This happened:" |
28 | | - placeholder: "What happened instead of what you've expected?" |
29 | | - validations: |
30 | | - required: true |
31 | | - |
32 | | -- type: textarea |
33 | | - id: what-did-you-expect |
34 | | - attributes: |
35 | | - label: "I expected this:" |
36 | | - placeholder: "What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)." |
37 | | - |
38 | | -- type: textarea |
39 | | - id: workaround |
40 | | - attributes: |
41 | | - label: "Is there a workaround?" |
42 | | - placeholder: "What's the workaround to avoid this issue?" |
43 | | - |
44 | | -- type: textarea |
45 | | - attributes: |
46 | | - label: Anything else? |
47 | | - placeholder: | |
48 | | - Links? References? Logs? Anything that will give us more context about the issue you are encountering. |
49 | | - Tip: You can attach images or log files by dragging files in. |
50 | | -
|
51 | | -- type: markdown |
52 | | - attributes: |
53 | | - value: | |
54 | | - ## Environment |
55 | | -
|
56 | | -- type: textarea |
57 | | - attributes: |
58 | | - label: Community Notes |
59 | | - value: | |
60 | | - <!-- Please keep this note for the community --> |
61 | | - * Please vote by adding a 👍 reaction to the issue to help us prioritize. |
62 | | - * If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞 |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + :pray: Thanks for taking the time to fill out this bug report! |
| 9 | +
|
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + ## Bug Report |
| 14 | +
|
| 15 | + - type: textarea |
| 16 | + id: i-tried-this |
| 17 | + attributes: |
| 18 | + label: 'I tried this:' |
| 19 | + placeholder: 'What did you try to do? A code snippet or example helps.' |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: instead-what-happened |
| 25 | + attributes: |
| 26 | + label: 'This happened:' |
| 27 | + placeholder: "What happened instead of what you've expected?" |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: textarea |
| 32 | + id: what-did-you-expect |
| 33 | + attributes: |
| 34 | + label: 'I expected this:' |
| 35 | + placeholder: "What did you expect to happen? Describe the output or behavior you expected to see (unless it's obvious)." |
| 36 | + |
| 37 | + - type: textarea |
| 38 | + id: workaround |
| 39 | + attributes: |
| 40 | + label: 'Is there a workaround?' |
| 41 | + placeholder: "What's the workaround to avoid this issue?" |
| 42 | + |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: Anything else? |
| 46 | + placeholder: | |
| 47 | + Links? References? Logs? Anything that will give us more context about the issue you are encountering. |
| 48 | + Tip: You can attach images or log files by dragging files in. |
| 49 | +
|
| 50 | + - type: markdown |
| 51 | + attributes: |
| 52 | + value: | |
| 53 | + ## Environment |
| 54 | +
|
| 55 | + - type: textarea |
| 56 | + attributes: |
| 57 | + label: Community Notes |
| 58 | + value: | |
| 59 | + <!-- Please keep this note for the community --> |
| 60 | + * Please vote by adding a 👍 reaction to the issue to help us prioritize. |
| 61 | + * If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞 |
0 commit comments