Skip to content

Commit d6edbd4

Browse files
committed
Update bug template, add (obsolete) feature request template.
1 parent 7a03386 commit d6edbd4

3 files changed

Lines changed: 93 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
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).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature request (OBSOLETE)
3+
about: Feature requests are no longer accepted here, please use https://github.com/orgs/linuxmint/discussions instead.
4+
title: ""
5+
labels: ["FEATURE REQUEST"]
6+
assignees: ''
7+
8+
---
9+
10+
Please use:
11+
12+
https://github.com/orgs/linuxmint/discussions

0 commit comments

Comments
 (0)