|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + ### STOP! Before continuing: |
| 8 | + - Please try searching for any existing report that may match the behavior you're seeing. *If you find one, add to that issue, instead of opening a new one*. Include any relevant details that may differ from the original author's. |
| 9 | + - If this is related to Cinnamon, sometimes third-party xlets (applets, desklets and extensions) can cause erroneous or unexpected behavior. Try disabling these first to see if the behavior goes away. After disabling, be sure to restart Cinnamon before continuing. Right-click an empty portion of the panel, select Troubleshooting, then 'Restart Cinnamon'. Alternately, you can open the run dialog - Alt-F2, type 'r' or 'restart', and enter. |
| 10 | + - Check your logs - there may be some obvious cause for your trouble - in Linux Mint you can check ~/.xsession-errors (a hidden file in your Home folder). |
| 11 | + - Have you tried rebooting? |
| 12 | +
|
| 13 | + --- |
| 14 | +
|
| 15 | + Thank you for taking the time to report this issue. To allow us to work as efficiently as possible at resolving this, we need some information from you. |
| 16 | +
|
| 17 | + - type: input |
| 18 | + id: distro |
| 19 | + attributes: |
| 20 | + label: Distribution |
| 21 | + description: Which Linux distribution are you using? Please be as specific as possible. |
| 22 | + placeholder: "example: Mint 21.1" |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + |
| 26 | + - type: input |
| 27 | + id: pkgver |
| 28 | + attributes: |
| 29 | + label: Package version |
| 30 | + description: Please provide the Cinnamon version. You can get this by running `cinnamon --version` in a terminal, or launching 'System Info" from the menu. |
| 31 | + placeholder: "example: 5.6.1" |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: input |
| 36 | + id: graphics |
| 37 | + attributes: |
| 38 | + label: Graphics hardware in use |
| 39 | + description: Please provide information about your graphics hardware, if known. If you are using a dual-gpu system please specify that also. |
| 40 | + placeholder: "example: NVIDIA GeForce GTX 1660 TI" |
| 41 | + validations: |
| 42 | + required: false |
| 43 | + |
| 44 | + - type: dropdown |
| 45 | + id: frequency |
| 46 | + attributes: |
| 47 | + label: Frequency |
| 48 | + description: How often does this behavior occur? |
| 49 | + options: |
| 50 | + - Always |
| 51 | + - Quite often |
| 52 | + - Only occasionally |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: textarea |
| 57 | + id: current-behavior |
| 58 | + attributes: |
| 59 | + label: Bug description |
| 60 | + description: Please describe what is happening |
| 61 | + validations: |
| 62 | + required: true |
| 63 | + |
| 64 | + - type: textarea |
| 65 | + id: steps |
| 66 | + attributes: |
| 67 | + label: Steps to reproduce |
| 68 | + description: Please try to provide **detailed** steps on the most direct way to reproduce this issue. The chances of a bug being fixed go up **considerably** if we are able to duplicate the behavior ourselves. |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: expected-behavior |
| 74 | + attributes: |
| 75 | + label: Expected behavior |
| 76 | + description: Describe what you think should happen instead of the current behavior. |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + |
| 80 | + - type: textarea |
| 81 | + id: more-info |
| 82 | + attributes: |
| 83 | + label: Additional information |
| 84 | + description: You can add any other information you think may be relevant. |
| 85 | + validations: |
| 86 | + required: false |
| 87 | + |
| 88 | + - type: markdown |
| 89 | + attributes: |
| 90 | + value: | |
| 91 | + #### By submitting this report you agree to behave respectfully and in a mature manner. If in doubt, refer to the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule) and [Github's Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines). |
0 commit comments