Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 8085a18

Browse files
committed
Merge branch 'master' into development
2 parents ea9e894 + ddef43f commit 8085a18

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: "[BUG REPORT]: "
4+
labels: ["bug"]
5+
assignees:
6+
- AllRoundJonU
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |-
11+
Thanks for taking the time to fill out this bug report!
12+
13+
Please keep in mind that this is a Bug Report template, not a help desk. If you need help with using the Script pleas use a other template.
14+
- type: input
15+
attributes:
16+
label: "Version of the Script"
17+
description: |-
18+
Please let us know, which specific version of the Script you used.
19+
If your version is outdated, maybe try updating and see if that already fixes your problem.
20+
If you are using the development version, please let us know the commit hash.
21+
You can see the latest version in the [Releases](https://github.com/inseltreff-net/it-smallheists/releases).
22+
placeholder: "For example 1.2.2"
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: Describe the bug
28+
description: A clear and concise description of what the bug is.
29+
placeholder: "A bug happened!"
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: To Reproduce
35+
description: Please a detailed description of how to reproduce the bug.
36+
placeholder: |-
37+
First ...
38+
Second ...
39+
Third ...
40+
...
41+
render: bash
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: Relevant log output
47+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
48+
render: shell
49+
validations:
50+
required: false
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: "[FEATURE REQUEST]: "
4+
labels: ["enhancement"]
5+
assignees:
6+
- AllRoundJonU
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: Thanks for taking the time to fill out this feature request!
11+
- type: textarea
12+
attributes:
13+
label: Is your feature request related to a problem? Please describe.
14+
description: A clear and concise description of what the problem is.
15+
placeholder: "I'm always frustrated when [...]"
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Describe the solution you'd like
21+
description: A clear and concise description of what you want to happen.
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Describe alternatives you've considered
27+
description: A clear and concise description of any alternative solutions or features you've considered.
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Additional context
33+
description: Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)