|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug or unexpected behavior. Please ensure that your issue has not already been reported. |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +assignees: fabianwennink |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thank you for taking the time to fill out this bug report. Please be as clear as possible when describing your issue, as this will help to identify and resolve the bug as quickly as possible. |
| 11 | + - type: checkboxes |
| 12 | + id: requirements |
| 13 | + attributes: |
| 14 | + label: Bug report requirements |
| 15 | + description: "Please confirm that the following requirements have been met before submitting your bug report." |
| 16 | + options: |
| 17 | + - label: I have confirmed that this is a bug and not a configuration/user error. |
| 18 | + required: true |
| 19 | + - label: I have searched for existing issues and confirmed that my issue has not been reported before. |
| 20 | + required: true |
| 21 | + - type: input |
| 22 | + id: version-package |
| 23 | + attributes: |
| 24 | + label: IconCaptcha version |
| 25 | + description: Please specify the version of the package that you are using. |
| 26 | + placeholder: "e.g. 3.0.0 or 'latest'" |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: input |
| 30 | + id: version-aspnet |
| 31 | + attributes: |
| 32 | + label: ASP.NET version |
| 33 | + description: Please specify the version of ASP.NET you are using. |
| 34 | + placeholder: e.g. ASP.NET Core 6.0 |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: dropdown |
| 38 | + id: browsers |
| 39 | + attributes: |
| 40 | + label: Browsers affected |
| 41 | + description: "Please select the browsers you've encountered the problem on." |
| 42 | + multiple: true |
| 43 | + options: |
| 44 | + - Google Chrome |
| 45 | + - Mozilla Firefox |
| 46 | + - Opera (GX) |
| 47 | + - Microsoft Edge |
| 48 | + - Safari |
| 49 | + - Brave |
| 50 | + - Other (specify in "Additional Information") |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + id: expectation |
| 55 | + attributes: |
| 56 | + label: Expectation |
| 57 | + description: Please provide clear steps to reproduce the issue, including any relevant code or configuration. |
| 58 | + placeholder: When I do [action], I expect [result] to happen. |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: description |
| 63 | + attributes: |
| 64 | + label: Actual behaviour |
| 65 | + description: Describe what the actual result of the action is. |
| 66 | + placeholder: Instead of [expected result], I get [actual result]. |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + - type: textarea |
| 70 | + id: logs |
| 71 | + attributes: |
| 72 | + label: Relevant log information |
| 73 | + description: If applicable, please provide any relevant logs or stack traces to help diagnose the issue. **Please be sure to remove any sensitive information.** |
| 74 | + render: shell |
| 75 | + validations: |
| 76 | + required: false |
| 77 | + - type: textarea |
| 78 | + attributes: |
| 79 | + label: Additional information |
| 80 | + description: Please include any other information that may be helpful in resolving this issue. |
| 81 | + validations: |
| 82 | + required: false |
0 commit comments