|
| 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 [existing reports](https://github.com/linuxmint/pix/issues?q=is%3Aissue+state%3Aall) 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 | + - Run pix from a terminal to see if any errors or warnings are printed while reproducing the issue: `pix` |
| 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 | + - If this is a *crash*, provide information about it if possible (CoreDump file, stack trace, etc...). In Linux Mint you can check the System Reports program. |
| 12 | + --- |
| 13 | +
|
| 14 | + 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. |
| 15 | +
|
| 16 | + - type: input |
| 17 | + id: distro |
| 18 | + attributes: |
| 19 | + label: Distribution |
| 20 | + description: Which Linux distribution are you using? Please be as specific as possible. |
| 21 | + placeholder: "example: Mint 21.1" |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + |
| 25 | + - type: input |
| 26 | + id: pkgver |
| 27 | + attributes: |
| 28 | + label: Package version |
| 29 | + description: Please provide the Pix version. You can get this by running `pix --version` in a terminal, or clicking on the menu button, then About Pix. |
| 30 | + placeholder: "example: 5.6.1" |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: dropdown |
| 35 | + id: frequency |
| 36 | + attributes: |
| 37 | + label: Frequency |
| 38 | + description: How often does this behavior occur? |
| 39 | + options: |
| 40 | + - Always |
| 41 | + - Quite often |
| 42 | + - Only occasionally |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + |
| 46 | + - type: textarea |
| 47 | + id: current-behavior |
| 48 | + attributes: |
| 49 | + label: Bug description |
| 50 | + description: Please describe what is happening |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: steps |
| 56 | + attributes: |
| 57 | + label: Steps to reproduce |
| 58 | + 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. |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + id: expected-behavior |
| 64 | + attributes: |
| 65 | + label: Expected behavior |
| 66 | + description: Describe what you think should happen instead of the current behavior. |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + id: more-info |
| 72 | + attributes: |
| 73 | + label: Additional information |
| 74 | + description: You can add any other information you think may be relevant. |
| 75 | + validations: |
| 76 | + required: false |
| 77 | + |
| 78 | + - type: markdown |
| 79 | + attributes: |
| 80 | + value: | |
| 81 | + #### 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