|
| 1 | +--- |
| 2 | +name: "🐛 Bug Report" |
| 3 | +description: Report a bug |
| 4 | +title: "[BUG]: short issue description" |
| 5 | +labels: [bug] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out this bug report 🤗 |
| 11 | + Make sure there aren't any open/closed issues for this topic 😃 |
| 12 | + Please fill out the sections below to help us understand the issue. |
| 13 | +
|
| 14 | + - type: checkboxes |
| 15 | + id: search |
| 16 | + attributes: |
| 17 | + label: Is there an existing issue for this? |
| 18 | + description: Please search to see if an issue already exists. |
| 19 | + options: |
| 20 | + - label: I have searched the existing issues |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: description |
| 25 | + attributes: |
| 26 | + label: Describe the bug |
| 27 | + description: What is the problem? A clear and concise bug description. |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + |
| 31 | + - type: textarea |
| 32 | + id: expected |
| 33 | + attributes: |
| 34 | + label: Expected Behavior |
| 35 | + description: | |
| 36 | + What did you expect to happen? |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: current |
| 42 | + attributes: |
| 43 | + label: Current Behavior |
| 44 | + description: | |
| 45 | + What actually happened? |
| 46 | +
|
| 47 | + Please include relevant errors, exceptions, stack traces, and logs. |
| 48 | + Redact secrets, tokens, credentials, private URLs, account IDs, and |
| 49 | + any personal or customer data before posting. |
| 50 | +
|
| 51 | + If wire logs are relevant, share only sanitized excerpts. |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + id: reproduction |
| 57 | + attributes: |
| 58 | + label: Reproduction Steps |
| 59 | + description: | |
| 60 | + Provide a self-contained, concise snippet of code that can be used to |
| 61 | + reproduce the issue. For more complex issues provide a repo with the |
| 62 | + smallest sample that reproduces the bug. |
| 63 | +
|
| 64 | + Avoid including business logic or unrelated code, it makes diagnosis |
| 65 | + more difficult. The code sample should be a small reproducible |
| 66 | + example. |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + id: solution |
| 72 | + attributes: |
| 73 | + label: Possible Solution |
| 74 | + description: | |
| 75 | + Suggest a fix/reason for the bug |
| 76 | + validations: |
| 77 | + required: false |
| 78 | + |
| 79 | + - type: textarea |
| 80 | + id: context |
| 81 | + attributes: |
| 82 | + label: Additional Information/Context |
| 83 | + description: | |
| 84 | + Anything else that might be relevant for troubleshooting this bug. |
| 85 | + Providing context helps us come up with a solution that is most useful |
| 86 | + in the real world. |
| 87 | + validations: |
| 88 | + required: false |
| 89 | + |
| 90 | + - type: input |
| 91 | + id: version |
| 92 | + attributes: |
| 93 | + label: Version used |
| 94 | + description: | |
| 95 | + Please provide the version of the repository or tool you are using. |
| 96 | + validations: |
| 97 | + required: true |
| 98 | + |
| 99 | + - type: textarea |
| 100 | + id: environment |
| 101 | + attributes: |
| 102 | + label: Environment details (OS name and version, etc.) |
| 103 | + placeholder: | |
| 104 | + - OS: |
| 105 | + - Runtime/tool version: |
| 106 | + - Package manager: |
| 107 | + validations: |
| 108 | + required: true |
| 109 | + |
| 110 | + - type: textarea |
| 111 | + id: logs |
| 112 | + attributes: |
| 113 | + label: Relevant log output |
| 114 | + description: Copy and paste any relevant log output. |
| 115 | + render: shell |
| 116 | + validations: |
| 117 | + required: false |
| 118 | + |
| 119 | + - type: checkboxes |
| 120 | + id: public-safety |
| 121 | + attributes: |
| 122 | + label: Public issue checklist |
| 123 | + options: |
| 124 | + - label: This issue does not include secrets or private project links |
| 125 | + required: true |
| 126 | + |
| 127 | + - type: checkboxes |
| 128 | + id: contribution |
| 129 | + attributes: |
| 130 | + label: Contribution |
| 131 | + options: |
| 132 | + - label: I may be able to submit a pull request for this bug |
| 133 | + required: false |
0 commit comments