Skip to content

Commit ecd92e3

Browse files
committed
chore: Convert templates to YAML issue forms
1 parent 913377f commit ecd92e3

File tree

6 files changed

+149
-117
lines changed

6 files changed

+149
-117
lines changed

.github/ISSUE_TEMPLATE/1_user_support.md

-37
This file was deleted.
+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: User Support
2+
description: Questions for this action
3+
title: ""
4+
labels: support
5+
assignees: peaceiris
6+
body:
7+
- type: markdown
8+
attributes:
9+
value:
10+
Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information.
11+
- type: checkboxes
12+
attributes:
13+
label: Checklist
14+
description: Checklist before creating an issue.
15+
options:
16+
- label: "I am using the latest version of this aciton."
17+
required: true
18+
- label: "I have read the latest README and followed the instructions."
19+
required: true
20+
- label: "I have read the latest GitHub Actions official documentation and learned the basic spec and concepts."
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Describe your question
25+
description: A clear and concise description of what the question is.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Relevant links
31+
description:
32+
Links to your public repository, YAML config file, and YAML workflow file.
33+
Please use [a permanent link](https://docs.github.com/en/github/managing-files-in-a-repository/managing-files-on-github/getting-permanent-links-to-files), not a default branch.
34+
render: markdown
35+
value: |
36+
Public repository:
37+
YAML config:
38+
YAML workflow:
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Relevant log output
44+
description: Copy and paste any relevant log output here.
45+
validations:
46+
required: true
47+
- type: textarea
48+
attributes:
49+
label: Additional context.
50+
description: Write any other context about the question here.
51+
validations:
52+
required: true

.github/ISSUE_TEMPLATE/2_bug_report.md

-54
This file was deleted.
+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Bug Report
2+
description: Try the User Support Issue Template first.
3+
title: ''
4+
labels: bug
5+
assignees: peaceiris
6+
body:
7+
- type: markdown
8+
attributes:
9+
value:
10+
Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information.
11+
- type: checkboxes
12+
attributes:
13+
label: Checklist
14+
description: Checklist before creating an issue.
15+
options:
16+
- label: "I am using the latest version of this aciton."
17+
required: true
18+
- label: "I have read the latest README and followed the instructions."
19+
required: true
20+
- label: "I have read the latest GitHub Actions official documentation and learned the basic spec and concepts."
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: "Describe the bug"
25+
description: "A clear and concise description of what the bug is."
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Relevant links
31+
description:
32+
Links to your public repository, YAML config file, and YAML workflow file.
33+
Please use [a permanent link](https://docs.github.com/en/github/managing-files-in-a-repository/managing-files-on-github/getting-permanent-links-to-files), not a default branch.
34+
render: markdown
35+
value: |
36+
Public repository:
37+
YAML config:
38+
YAML workflow:
39+
validations:
40+
required: true
41+
- type: textarea
42+
attributes:
43+
label: Relevant log output
44+
description: Copy and paste any relevant log output here.
45+
validations:
46+
required: true
47+
- type: textarea
48+
attributes:
49+
label: Additional context.
50+
description: Write any other context about the question here.
51+
validations:
52+
required: true

.github/ISSUE_TEMPLATE/3_proposal.md

-26
This file was deleted.

.github/ISSUE_TEMPLATE/3_proposal.yml

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Proposal
2+
description: Suggest an idea for this project
3+
title: ''
4+
labels: proposal
5+
assignees: peaceiris
6+
body:
7+
- type: markdown
8+
attributes:
9+
value:
10+
Please note we will close your issue without comment if you do not fill out the issue checklist below and provide ALL the requested information.
11+
- type: checkboxes
12+
attributes:
13+
label: Checklist
14+
description: Checklist before creating an issue.
15+
options:
16+
- label: "I am using the latest version of this aciton."
17+
required: true
18+
- label: "I have read the latest README and followed the instructions."
19+
required: true
20+
- label: "I have read the latest GitHub Actions official documentation and learned the basic spec and concepts."
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: "Describe your proposal"
25+
description: "A clear and concise description of what the proposal is."
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: "Describe the solution you'd like"
31+
description: "A clear and concise description of what you want to happen."
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: "Describe alternatives you've considered"
37+
description: "A clear and concise description of any alternative solutions or features you've considered."
38+
validations:
39+
required: true
40+
- type: textarea
41+
attributes:
42+
label: "Additional context"
43+
description: "Add any other context or screenshots about the feature request here."
44+
validations:
45+
required: true

0 commit comments

Comments
 (0)