Skip to content

Commit 9fd6812

Browse files
Updated icon.png and added issue templates
1 parent 3581f97 commit 9fd6812

File tree

5 files changed

+270
-0
lines changed

5 files changed

+270
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Bug report
2+
description: Create a report to help us improve & fix bugs
3+
title: "[BUG] "
4+
labels: [ bug ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Bug Description
15+
description: Briefly describe the bug.
16+
placeholder: Describe the bug
17+
value:
18+
validations:
19+
required: true
20+
- type: markdown
21+
attributes:
22+
value: |
23+
**To Reproduce**
24+
Steps to reproduce the behaviour:
25+
- type: textarea
26+
id: steps
27+
attributes:
28+
label: Reproduction Steps
29+
description: Steps to reproduce the bug.
30+
placeholder: "1. Open '...'\n2. Find '....'\n3. Right click '....'\n4. See error"
31+
value:
32+
validations:
33+
required: true
34+
- type: markdown
35+
attributes:
36+
value: |
37+
**Expected behaviour**
38+
A clear and concise description of what you expected to happen.
39+
- type: textarea
40+
id: expected
41+
attributes:
42+
label: Expected Outcome
43+
description: Describe what you expected to happen.
44+
placeholder: Describe the expected behaviour
45+
value:
46+
validations:
47+
required: true
48+
- type: markdown
49+
attributes:
50+
value: |
51+
**Screenshots**
52+
If applicable, add screenshots to help explain your problem.
53+
- type: textarea
54+
id: screenshots
55+
attributes:
56+
label: Screenshots
57+
description: Add screenshots to help explain your problem.
58+
placeholder: Add screenshots
59+
value:
60+
- type: markdown
61+
attributes:
62+
value: |
63+
**Additional context**
64+
Add any other relevant information or context about the problem here.
65+
- type: textarea
66+
id: context
67+
attributes:
68+
label: Extra Information
69+
description: Include any additional details about the problem.
70+
placeholder: Add any other context
71+
value:
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: "[FEATURE] "
4+
labels: [ suggestion ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
- type: textarea
12+
id: problem
13+
attributes:
14+
label: Problem
15+
description: Summarize the problem briefly.
16+
placeholder: Describe the problem
17+
value:
18+
validations:
19+
required: true
20+
- type: markdown
21+
attributes:
22+
value: |
23+
**Describe the solution you'd like**
24+
A clear and concise description of what you want to happen.
25+
- type: textarea
26+
id: solution
27+
attributes:
28+
label: Solution
29+
description: Summarize the solution briefly.
30+
placeholder: Describe the solution
31+
value:
32+
validations:
33+
required: true
34+
- type: markdown
35+
attributes:
36+
value: |
37+
**Describe alternatives you've considered**
38+
A clear and concise description of any alternative solutions or features you've considered.
39+
- type: textarea
40+
id: alternatives
41+
attributes:
42+
label: Alternatives
43+
description: Summarize the alternatives briefly.
44+
placeholder: Describe the alternatives
45+
value:
46+
- type: markdown
47+
attributes:
48+
value: |
49+
**Additional context**
50+
Add any other context or screenshots about the feature request here.
51+
- type: textarea
52+
id: context
53+
attributes:
54+
label: Extra Information or background
55+
description: Include any additional details or screenshots related to the feature request here.
56+
placeholder: Add any other things you think we should know
57+
value:
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Help wanted
2+
description: Request help with a problem or question
3+
title: "[HELP] "
4+
labels: [ help wanted ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Describe the issue**
10+
A clear and concise description of what you need help with.
11+
- type: textarea
12+
id: issue
13+
attributes:
14+
label: Issue Summary
15+
description: Briefly describe the issue.
16+
placeholder: Describe the issue
17+
value:
18+
validations:
19+
required: true
20+
- type: markdown
21+
attributes:
22+
value: |
23+
**Steps to reproduce**
24+
Steps to reproduce the issue:
25+
- type: textarea
26+
id: steps
27+
attributes:
28+
label: Reproduction Steps
29+
description: Steps to reproduce the issue.
30+
placeholder: "1. Open '...'\n2. Find '....'\n3. Right click '....'\n4. See issue"
31+
value:
32+
validations:
33+
required: true
34+
- type: markdown
35+
attributes:
36+
value: |
37+
**Expected outcome**
38+
A clear and concise description of what you expected to happen.
39+
- type: textarea
40+
id: expected
41+
attributes:
42+
label: Expected Outcome
43+
description: Describe what you expected to happen.
44+
placeholder: Describe the expected outcome
45+
value:
46+
validations:
47+
required: true
48+
- type: markdown
49+
attributes:
50+
value: |
51+
**Screenshots**
52+
If applicable, add screenshots to help explain your issue.
53+
- type: textarea
54+
id: screenshots
55+
attributes:
56+
label: Screenshots or files
57+
description: Add screenshots to help explain your issue. You should also add the mylog.log file if available.
58+
placeholder: Add screenshots
59+
value:
60+
- type: markdown
61+
attributes:
62+
value: |
63+
**Additional context**
64+
Add any other relevant information or context about the issue here.
65+
- type: textarea
66+
id: context
67+
attributes:
68+
label: Extra Information
69+
description: Include any additional details about the issue.
70+
placeholder: Add any other context
71+
value:
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Security vulnerability
2+
description: Report a security vulnerability
3+
title: "[SECURITY] "
4+
labels: [ security ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Describe the vulnerability**
10+
A clear and concise description of the security vulnerability.
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Vulnerability Description
15+
description: Briefly describe the vulnerability.
16+
placeholder: Describe the vulnerability
17+
value:
18+
validations:
19+
required: true
20+
- type: markdown
21+
attributes:
22+
value: |
23+
**Steps to reproduce**
24+
Steps to reproduce the vulnerability:
25+
- type: textarea
26+
id: steps
27+
attributes:
28+
label: Reproduction Steps
29+
description: Steps to reproduce the vulnerability.
30+
placeholder: "1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See vulnerability"
31+
value:
32+
validations:
33+
required: true
34+
- type: markdown
35+
attributes:
36+
value: |
37+
**Expected outcome**
38+
A clear and concise description of what you expected to happen.
39+
- type: textarea
40+
id: expected
41+
attributes:
42+
label: Expected Outcome
43+
description: Describe what you expected to happen.
44+
placeholder: Describe the expected outcome
45+
value:
46+
validations:
47+
required: true
48+
- type: markdown
49+
attributes:
50+
value: |
51+
**Screenshots**
52+
If applicable, add screenshots to help explain the vulnerability.
53+
- type: textarea
54+
id: screenshots
55+
attributes:
56+
label: Screenshots
57+
description: Add screenshots to help explain the vulnerability.
58+
placeholder: Add screenshots
59+
value:
60+
- type: markdown
61+
attributes:
62+
value: |
63+
**Additional context**
64+
Add any other relevant information or context about the vulnerability here.
65+
- type: textarea
66+
id: context
67+
attributes:
68+
label: Extra Information
69+
description: Include any additional details about the vulnerability.
70+
placeholder: Add any other context
71+
value:
21 KB
Loading

0 commit comments

Comments
 (0)