|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug in Gerrit plugin for Git Extensions |
| 3 | +labels: 'bug' |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! |
| 9 | +
|
| 10 | + ⚠️ Review existing issues to see whether someone else has already reported your issue. |
| 11 | + - type: textarea |
| 12 | + id: about |
| 13 | + attributes: |
| 14 | + label: Environment |
| 15 | + description: Use _Help > About_ in Git Extensions to copy this information to the clipboard automatically. |
| 16 | + value: | |
| 17 | + - Gerrit plugin version: |
| 18 | + - Git Extensions version: |
| 19 | + - GIT version: |
| 20 | + - OS version: |
| 21 | + - .NET version: |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + - type: textarea |
| 25 | + id: description |
| 26 | + attributes: |
| 27 | + label: Issue description |
| 28 | + description: | |
| 29 | + Be as specific and detailed as possible to help us triaging your issue. Screenshots and/or animations can be very useful in helping to understand the issue you're facing. |
| 30 | +
|
| 31 | + _**Tip:** You can attach images or log files by clicking this area to highlight it and then dragging files in._ |
| 32 | + _**Tip:** You can use [ScreenToGif](https://www.screentogif.com/) to record animations and videos._ |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + id: steps |
| 37 | + attributes: |
| 38 | + label: Steps to reproduce |
| 39 | + description: Take some time to try and reproduce the issue, then explain how to do so here. |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - type: textarea |
| 43 | + id: expected-behavior |
| 44 | + attributes: |
| 45 | + label: Expected behavior |
| 46 | + description: | |
| 47 | + What behavior were you expecting to see? |
| 48 | +
|
| 49 | + _**Tip:** You can attach images or log files by clicking this area to highlight it and then dragging files in._ |
| 50 | + _**Tip:** You can use [ScreenToGif](https://www.screentogif.com/) to record animations and videos._ |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + id: actual-behavior |
| 55 | + attributes: |
| 56 | + label: Actual behavior |
| 57 | + description: | |
| 58 | + What behavior did you actually see? |
| 59 | +
|
| 60 | + _**Tip:** You can attach images or log files by clicking this area to highlight it and then dragging files in._ |
| 61 | + _**Tip:** You can use [ScreenToGif](https://www.screentogif.com/) to record animations and videos._ |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + - type: textarea |
| 65 | + id: regression |
| 66 | + attributes: |
| 67 | + label: Did this work in previous version of Gerrit plugin? |
| 68 | + description: If so, which version? |
| 69 | + validations: |
| 70 | + required: false |
| 71 | + - type: textarea |
| 72 | + id: diagnostics |
| 73 | + attributes: |
| 74 | + label: Diagnostics |
| 75 | + description: | |
| 76 | + If relevant, as described at [Diagnosing problems](https://github.com/gitextensions/gitextensions/wiki/Diagnosing-problems). |
| 77 | + validations: |
| 78 | + required: false |
| 79 | + - type: markdown |
| 80 | + attributes: |
| 81 | + value: | |
| 82 | + ❤️ Git Extensions? Please consider supporting our collective: https://opencollective.com/gitextensions |
0 commit comments