Skip to content

Commit bc75015

Browse files
committed
chore(issue template): Use yml instead of md.
1 parent 80b6e13 commit bc75015

File tree

8 files changed

+258
-137
lines changed

8 files changed

+258
-137
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: "[Bug]: Short description of the issue"
4+
labels: ["bug", "needs triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Bug Report
10+
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Description
15+
description: Provide a clear and concise description of the bug.
16+
placeholder: Provide a clear and concise description of the bug.
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: steps
22+
attributes:
23+
label: Steps to Reproduce
24+
description: Steps to reproduce the behavior
25+
placeholder: |
26+
1. First Step
27+
2. Second Step
28+
3. and so on...
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: expected
34+
attributes:
35+
label: Expected Behavior
36+
description: What did you expect to happen?
37+
placeholder: What did you expect to happen?
38+
validations:
39+
required: true
40+
41+
- type: textarea
42+
id: actual
43+
attributes:
44+
label: Actual Behavior
45+
description: What actually happened?
46+
placeholder: What actually happened?
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: screenshots
52+
attributes:
53+
label: Screenshots
54+
description: If applicable, add screenshots to help explain your problem.
55+
placeholder: If applicable, add screenshots to help explain your problem.
56+
validations:
57+
required: false
58+
59+
- type: textarea
60+
id: environment
61+
attributes:
62+
label: Environment
63+
description: Please run the command below and attach the output. This information is required to properly diagnose your issue.
64+
placeholder: |
65+
Run this command and paste the output here:
66+
67+
```bash
68+
hyprctl systeminfo -c > /tmp/hyde_environment && cat /tmp/hyde_environment
69+
```
70+
71+
Additional information (if needed):
72+
- Installation Environment: [e.g., On The Main Hardware, On A Virtual Machine]
73+
- Other info: [e.g., Display Resolution, etc]
74+
validations:
75+
required: true
76+
77+
- type: textarea
78+
id: additional
79+
attributes:
80+
label: Additional Information
81+
description: Add any other information about the problem here.
82+
placeholder: Add any other information about the problem here. For example, you might include the error message, any recent changes that you made to the project, or any other relevant details.
83+
validations:
84+
required: false

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/custom.yml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
name: Custom template
2+
description: Use this template to submit a custom issue
3+
title: "[Custom]: Short description of the issue"
4+
labels: ["custom"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Custom Template
10+
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Description
15+
description: Provide a clear and concise description of the issue or request.
16+
placeholder: Provide a clear and concise description of the issue or request.
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: steps
22+
attributes:
23+
label: Steps to Reproduce (if applicable)
24+
description: Steps to reproduce the behavior if applicable
25+
placeholder: |
26+
1. First Step
27+
2. Second Step
28+
3. and so on...
29+
validations:
30+
required: false
31+
32+
- type: textarea
33+
id: expected
34+
attributes:
35+
label: Expected Behavior
36+
description: What did you expect to happen?
37+
placeholder: What did you expect to happen?
38+
validations:
39+
required: false
40+
41+
- type: textarea
42+
id: actual
43+
attributes:
44+
label: Actual Behavior
45+
description: What actually happened?
46+
placeholder: What actually happened?
47+
validations:
48+
required: false
49+
50+
- type: textarea
51+
id: screenshots
52+
attributes:
53+
label: Screenshots (if applicable)
54+
description: If applicable, add screenshots to help explain your problem.
55+
placeholder: If applicable, add screenshots to help explain your problem.
56+
validations:
57+
required: false
58+
59+
- type: textarea
60+
id: proposed_solution
61+
attributes:
62+
label: Proposed Solution (if applicable)
63+
description: If you have a specific solution in mind, describe it here.
64+
placeholder: If you have a specific solution in mind, describe it here. If not, you can skip this section.
65+
validations:
66+
required: false
67+
68+
- type: textarea
69+
id: additional_information
70+
attributes:
71+
label: Additional Information
72+
description: Add any other information about the issue or request here.
73+
placeholder: Add any other information about the issue or request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.
74+
validations:
75+
required: false

.github/ISSUE_TEMPLATE/documentation_update.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Documentation update
2+
description: Propose a change to the project documentation
3+
title: "[Docs]: Short description of the change"
4+
labels: ["documentation", "needs review"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Documentation Update
10+
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Description
15+
description: Provide a clear and concise description of the documentation update you'd like to see made.
16+
placeholder: Provide a clear and concise description of the documentation update you'd like to see made.
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: current_documentation
22+
attributes:
23+
label: Current Documentation
24+
description: Provide a link to the current documentation or describe where it can be found.
25+
placeholder: Provide a link to the current documentation or describe where it can be found.
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: proposed_documentation
31+
attributes:
32+
label: Proposed Documentation
33+
description: Provide a clear and concise description of the updated documentation that you'd like to see added.
34+
placeholder: Provide a clear and concise description of the updated documentation that you'd like to see added.
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: additional_information
40+
attributes:
41+
label: Additional Information
42+
description: Add any other information about the documentation update here.
43+
placeholder: Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea.
44+
validations:
45+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)