Skip to content

Commit 1859cc2

Browse files
authored
More issue templates, not everything is a bug report (#11011)
* More issue templates, not everything is a bug report
1 parent 3d8843c commit 1859cc2

File tree

3 files changed

+55
-6
lines changed

3 files changed

+55
-6
lines changed
Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,50 @@
1+
---
2+
name: Bug report
3+
about: File a bug report
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<details>
111

212
```
313
* Cinnamon version (cinnamon --version)
414
- Please specify if you are using the daily builds PPA
515
(https://launchpad.net/~linuxmint-daily-build-team/+archive/ubuntu/daily-builds).
6-
* Distribution - (Mint 17.2, Arch, Fedora 25, etc...)
16+
* Distribution - (Mint 21, Arch, Fedora 37, etc...)
717
* Graphics hardware *and* driver used
818
* 32 or 64 bit
919
* Attach ~/.xsession-errors, or /var/log/syslog
1020
```
1121

12-
**Issue**
22+
</details>
23+
24+
### Issue
1325

1426

1527

16-
**Steps to reproduce**
28+
### Steps to reproduce
1729

1830

1931

20-
**Expected behaviour**
32+
### Expected behaviour
2133

2234

2335

24-
**Other information**
36+
### Other information
2537

2638

27-
**Configuration info, if applicable**
39+
### Configuration info, if applicable
2840
If this bug report is related to an Applet, Desklet or Extension, please paste (or use a pastebin service) the offending extension's settings, if it has any. You can obtain this by opening its configuration, clicking the 'hamburger' button in the upper-right corner of the window, and selecting "Export to a file". **Please be sure to review the contents and remove any personal data it may contain.**
2941

42+
<details>
43+
3044
```
3145
3246
Please paste here
3347
3448
```
49+
50+
</details>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE REQUEST]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
12+
### Describe the solution you'd like
13+
14+
### Describe alternatives you've considered
15+
16+
### Additional context
17+
18+
### Checklist
19+
- [ ] Would it be useful for most people?
20+
- [ ] Would it be easy to use?
21+
- [ ] Is it necesarry?
22+
23+
_If not, then it should be a spice._

.github/ISSUE_TEMPLATE/question.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question
3+
about: Ask us something
4+
title: "[QUESTION]"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)