Skip to content

Commit 8a3ce98

Browse files
committed
IMPROVE: Added ISSUE_TEMPLATES.
* Thanks to Pedro Lamas https://github.com/pedrolamas Signed-off-by: Stephan Wendel <[email protected]>
1 parent 16a912e commit 8a3ce98

File tree

4 files changed

+89
-0
lines changed

4 files changed

+89
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
labels: ["bug", "triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
This issue form is for reporting bugs only!
9+
If you have a feature request, please use [feature_request](/new?template=feature_request.yml)
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened
14+
description: >-
15+
A clear and concise description of what the bug is.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: expected-behavior
20+
attributes:
21+
label: What did you expect to happen
22+
description: >-
23+
A clear and concise description of what you expected to happen.
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: repro-steps
28+
attributes:
29+
label: How to reproduce
30+
description: >-
31+
Minimal and precise steps to reproduce this bug.
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: additional-info
36+
attributes:
37+
label: Additional information
38+
description: |
39+
If you have any additional information for us, use the field below.
40+
41+
Please note, you can attach logs, screenshots or screen recordings here, by
42+
dragging and dropping files in the field below.

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Mainsail Discord - Channel '#webcam'
4+
url: https://discord.gg/skWTwTD
5+
about: Quickest way to get in contact
+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: ["feature request"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
This issue form is for feature requests only!
9+
If you've found a bug, please use [bug_report](/new?template=bug_report.yml)
10+
- type: textarea
11+
id: problem-description
12+
attributes:
13+
label: Is your feature request related to a problem? Please describe
14+
description: >-
15+
A clear and concise description of what the problem is.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: solution-description
20+
attributes:
21+
label: Describe the solution you'd like
22+
description: >-
23+
A clear and concise description of what you want to happen.
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: possible-alternatives
28+
attributes:
29+
label: Describe alternatives you've considered
30+
description: >-
31+
A clear and concise description of any alternative solutions or features you've considered.
32+
- type: textarea
33+
id: additional-info
34+
attributes:
35+
label: Additional information
36+
description: |
37+
If you have any additional information for us, use the field below.
38+
39+
Please note, you can attach logs, screenshots or screen recordings here, by
40+
dragging and dropping files in the field below.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ Without these guys it simply were not possible to get that done.
305305
They both mentioned improvements and tested a heck out of there machines to get this all functioning well.\
306306
Thank you, mates :) Proud to be a part of.
307307

308+
Thanks to [Pedro Lamas](https://github.com/pedrolamas), for the ISSUE_TEMPLATES.
309+
308310
---
309311

310312
![Mainsail Logo](https://raw.githubusercontent.com/meteyou/mainsail/master/docs/assets/img/logo.png)

0 commit comments

Comments
 (0)