Skip to content

Commit f2bdc00

Browse files
Merge pull request #26 from MassOS-Linux/development
Release MassOS 2022.04
2 parents c61897f + 36afd92 commit f2bdc00

29 files changed

Lines changed: 2750 additions & 1661 deletions
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: "Bug Report"
2+
description: "Report a bug in MassOS"
3+
title: "[Bug]: "
4+
labels: "bug"
5+
body:
6+
- type: "checkboxes"
7+
attributes:
8+
label: "Checklist"
9+
description: "Please make sure you have read the following:"
10+
options:
11+
- label: "I have searched for [other issues](https://www.github.com/MassOS-Linux/MassOS/issues), and can confirm my issue has not already been reported."
12+
required: true
13+
- label: "If this is an issue with a specific program, I have checked the upstream project's issue tracker and determined that it is an issue with MassOS itself."
14+
required: true
15+
- type: "input"
16+
attributes:
17+
label: "MassOS version"
18+
description: "What version of MassOS are you using? Run `massos-release` in a terminal if unsure."
19+
placeholder: "2022.03"
20+
validations:
21+
required: true
22+
- type: "input"
23+
attributes:
24+
label: "Kernel version"
25+
description: "What is the output of `uname -srvm`?"
26+
placeholder: "Linux 5.16.12-massos #1 SMP PREEMPT Thu Mar 3 05:15:15 UTC 2022 x86_64"
27+
validations:
28+
required: false
29+
- type: "checkboxes"
30+
attributes:
31+
label: "Subject"
32+
description: "Which of the following best describes your issue (multiple responses are OK)?"
33+
options:
34+
- label: "Issue at runtime of MassOS."
35+
- label: "Issue with the MassOS Live CD."
36+
- label: "Issue with installing MassOS."
37+
- label: "Issue with the MassOS documentation."
38+
- label: "Issue compiling MassOS from source."
39+
validations:
40+
required: true
41+
- type: "textarea"
42+
attributes:
43+
label: "Expected Behavior"
44+
description: "A clear description of what you expected to happen."
45+
validations:
46+
required: true
47+
- type: "textarea"
48+
attributes:
49+
label: "Actual Behavior"
50+
description: "A clear description of what actually happened."
51+
validations:
52+
required: true
53+
- type: "textarea"
54+
attributes:
55+
label: "Steps to reproduce"
56+
description: "A clear description of how to reproduce the problem."
57+
placeholder: "1. Open `...`
58+
2. Select `...`
59+
3. Click on `...`
60+
4. See error"
61+
validations:
62+
required: false
63+
- type: "textarea"
64+
attributes:
65+
label: "Additional Information"
66+
description: "Any additional information you feel will be useful for debugging/solving your issue."
67+
validations:
68+
required: false
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Feature Request"
2+
description: "Request a feature for MassOS."
3+
title: "[Feature Request]: "
4+
labels: "feature request"
5+
body:
6+
- type: "checkboxes"
7+
attributes:
8+
label: "Checklist"
9+
description: "Please make sure you have read the following."
10+
options:
11+
- label: "I have searched for [other issues](https://www.github.com/MassOS-Linux/MassOS/issues), and can confirm my feature request has not already been reported."
12+
required: true
13+
- label: "If I am suggesting the addition of a program, the program is free software and licensed under a [GPL-compatible license](https://www.gnu.org/licenses/license-list.html)."
14+
required: true
15+
- type: "textarea"
16+
attributes:
17+
label: "Suggestion"
18+
description: "A clear description of what you would like to see in a future release of MassOS, and an explanation of how it would benefit the project and/or users."
19+
validations:
20+
required: true

0 commit comments

Comments
 (0)