Skip to content

Commit 12969d1

Browse files
committed
chore: Convert templates to YAML issue forms
1 parent 463ecd6 commit 12969d1

File tree

6 files changed

+150
-55
lines changed

6 files changed

+150
-55
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: User Support
2+
description: Questions for this action
3+
title: "support: "
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
Lines changed: 52 additions & 0 deletions
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: 'bug: '
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.yml

Lines changed: 45 additions & 0 deletions
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: 'proposal: '
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

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ contact_links:
33
- name: GitHub Actions - GitHub Support Community Forum
44
url: https://github.community/c/code-to-cloud/github-actions/41
55
about: Please ask questions about GitHub Actions here.
6-
- name: The Rust Programming Language Forum
7-
url: https://users.rust-lang.org/
8-
about: Please ask questions about mdBook and Rust here.
96
- name: GitHub Actions Documentation
10-
url: https://docs.github.com/en/free-pro-team@latest/actions
7+
url: https://docs.github.com/en/actions
118
about: GitHub Actions official documentation here.

.github/ISSUE_TEMPLATE/proposal.md

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

0 commit comments

Comments
 (0)