|
1 | | -name: 🐞 Bug |
2 | | -description: File a bug/issue report |
3 | | -title: "[BUG] <title>" |
4 | | -labels: ["bug", "Needs Triage"] |
5 | | -body: |
6 | | -- type: checkboxes |
7 | | - attributes: |
8 | | - label: Is there an existing issue for this? |
9 | | - description: Please search to see if an issue already exists for the bug you encountered. |
10 | | - options: |
11 | | - - label: I have searched the existing issues |
12 | | - required: true |
13 | | -- type: textarea |
14 | | - attributes: |
15 | | - label: Current Behavior |
16 | | - description: A concise description of the problem you are experiencing. |
17 | | - validations: |
18 | | - required: false |
19 | | -- type: textarea |
20 | | - attributes: |
21 | | - label: Expected Behavior |
22 | | - description: A concise description of what you expected to happen. |
23 | | - validations: |
24 | | - required: false |
25 | | -- type: textarea |
26 | | - attributes: |
27 | | - label: Steps To Reproduce |
28 | | - description: Steps to reproduce the behavior. |
29 | | - placeholder: | |
30 | | - 1. In this environment... |
31 | | - 1. With this config... |
32 | | - 1. Run '...' |
33 | | - 1. See error... |
34 | | - validations: |
35 | | - required: false |
36 | | -- type: textarea |
37 | | - attributes: |
38 | | - label: Environment |
39 | | - description: | |
40 | | - examples: |
41 | | - - **OS**: Ubuntu 20.04 |
42 | | - - **OS**: MacOS 20.04 |
43 | | - - **OS**: Windows 11 |
44 | | - value: | |
45 | | - - OS: |
46 | | - render: markdown |
47 | | - validations: |
48 | | - required: false |
49 | | -- type: textarea |
50 | | - attributes: |
51 | | - label: Anything else? |
52 | | - description: | |
53 | | - Links? References? Anything that will give us more context about the issue you are encountering! |
54 | | -
|
55 | | - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
56 | | - validations: |
57 | | - required: false |
| 1 | +name: 🐞 Bug |
| 2 | +description: File a bug/issue report |
| 3 | +title: "[BUG] <title>" |
| 4 | +labels: ["bug", "Needs Triage"] |
| 5 | +body: |
| 6 | +- type: checkboxes |
| 7 | + attributes: |
| 8 | + label: Is there an existing issue for this? |
| 9 | + description: Please search to see if an issue already exists for the bug you encountered. |
| 10 | + options: |
| 11 | + - label: I have searched the existing issues |
| 12 | + required: true |
| 13 | +- type: textarea |
| 14 | + attributes: |
| 15 | + label: Current Behavior |
| 16 | + description: A concise description of the problem you are experiencing. |
| 17 | + validations: |
| 18 | + required: false |
| 19 | +- type: textarea |
| 20 | + attributes: |
| 21 | + label: Expected Behavior |
| 22 | + description: A concise description of what you expected to happen. |
| 23 | + validations: |
| 24 | + required: false |
| 25 | +- type: textarea |
| 26 | + attributes: |
| 27 | + label: Steps To Reproduce |
| 28 | + description: Steps to reproduce the behavior. |
| 29 | + placeholder: | |
| 30 | + 1. In this environment... |
| 31 | + 1. With this config... |
| 32 | + 1. Run '...' |
| 33 | + 1. See error... |
| 34 | + validations: |
| 35 | + required: false |
| 36 | +- type: textarea |
| 37 | + attributes: |
| 38 | + label: Environment |
| 39 | + description: | |
| 40 | + examples: |
| 41 | + - **OS**: Ubuntu 20.04 |
| 42 | + - **OS**: MacOS 20.04 |
| 43 | + - **OS**: Windows 11 |
| 44 | + value: | |
| 45 | + - OS: |
| 46 | + render: markdown |
| 47 | + validations: |
| 48 | + required: false |
| 49 | +- type: textarea |
| 50 | + attributes: |
| 51 | + label: Anything else? |
| 52 | + description: | |
| 53 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 54 | +
|
| 55 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 56 | + validations: |
| 57 | + required: false |
0 commit comments