Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 5cf946c

Browse files
committed
Added issue templates
1 parent 238373d commit 5cf946c

File tree

5 files changed

+141
-0
lines changed

5 files changed

+141
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug] "
4+
labels: [bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: textarea
11+
attributes:
12+
label: What is the bug?
13+
description: Describe the bug, what is happening?
14+
placeholder: Tell us what you see!
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: How to reproduce the bug?
20+
description: Tell use how to reproduce the bug.
21+
placeholder: How to reproduce the bug?
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Screenshots
27+
description: Join a screenshot if you can.
28+
placeholder: Drag or paste an image here.
29+
validations:
30+
required: false
31+
- type: dropdown
32+
attributes:
33+
label: Operating System
34+
description: What operating system are you using?
35+
options:
36+
- Windows 11
37+
- Windows 10
38+
- Windows 8.1
39+
- Windows 8
40+
- Windows 7
41+
validations:
42+
required: true
43+
- type: input
44+
attributes:
45+
label: What is the version of the operating system?
46+
description: Tell us the precise version of your operating system (Win+R, winver, Enter).
47+
placeholder: Windows 10.0.19043.1110
48+
validations:
49+
required: false
50+
- type: input
51+
attributes:
52+
label: What is the version of the software?
53+
description: Tell us the precise version of the software you are using.
54+
placeholder: v1.5.0.2108
55+
validations:
56+
required: true
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Documentation Report
2+
description: File a documentation issue report.
3+
title: "[Documentation] "
4+
labels: [documentation]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill this documentation issue report!
10+
- type: textarea
11+
attributes:
12+
label: What is the problem?
13+
description: Describe the problem.
14+
placeholder: There is an issue in...
15+
validations:
16+
required: true
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Feature Request
2+
description: Request/Suggest a feature.
3+
title: "[Enhancement] "
4+
labels: [enhancement]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to suggest a new feature for this project!
10+
- type: textarea
11+
attributes:
12+
label: Enhancement
13+
description: Describe your feature request/your idea here.
14+
placeholder: I would like to see...
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Other informations
20+
description: If you have other informations, like mockups, etc., put them here.
21+
placeholder: Add other informations here.
22+
validations:
23+
required: false

.github/ISSUE_TEMPLATE/misc.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Misc
2+
description: Your issue doesn't fit in any categories.
3+
title: "[Misc] "
4+
labels: [misc]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this issue!
10+
- type: textarea
11+
attributes:
12+
label: Description of your issue
13+
description: Describe the problem.
14+
placeholder: Descirbe here your issue.
15+
validations:
16+
required: true
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Translation issues
2+
description: Report a translation issue.
3+
title: "[Translation] "
4+
labels: [translation]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this translation issue report!
10+
- type: textarea
11+
attributes:
12+
label: Description of the problem
13+
description: Describe the translation problem.
14+
placeholder: Error in...
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Propose a translation
20+
description: Propose a new translation.
21+
placeholder: It should be...
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Screenshot
27+
description: If you have a screenshot, paste it here.
28+
placeholder: Drag or paste an image here.
29+
validations:
30+
required: false

0 commit comments

Comments
 (0)