Skip to content

Commit 96a6783

Browse files
committed
chore: update ISSUE_TEMPLATE
1 parent 0f11bde commit 96a6783

File tree

5 files changed

+71
-26
lines changed

5 files changed

+71
-26
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: User Support
3+
about: Questions for this Action
4+
title: 'sample_title'
5+
labels: support
6+
assignees: peaceiris
7+
---
8+
9+
<!-- Note that an issue which does not follow the template will be closed silently. -->
10+
11+
### Check list before opening this issue
12+
13+
- [ ] I read the latest README and followed the instruction
14+
- [ ] I read the latest GitHub Actions official documentation and learned the basic spec and concepts
15+
16+
### Describe your question
17+
18+
<!-- A clear and concise description of what the question is. -->
19+
20+
### Link to your contents
21+
22+
<!--
23+
- Link to your public repository here
24+
- Link to your workflow here
25+
-->
26+
27+
### Screenshots
28+
29+
<!-- If applicable, add screenshots to help explain your question. -->
30+
31+
### Additional context
32+
33+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/2_bug_report.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,34 @@ about: Create a report to help us improve
44
title: 'Bug: This is a sample issue title'
55
labels: bug
66
assignees: peaceiris
7-
87
---
98

109
**Describe the bug**
11-
A clear and concise description of what the bug is.
10+
11+
<!-- A clear and concise description of what the bug is. -->
1212

1313
**To Reproduce**
14+
1415
Steps to reproduce the behavior:
16+
1517
1. Go to '...'
1618
2. Click on '....'
1719
3. Scroll down to '....'
1820
4. See error
1921

2022
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
23+
24+
<!-- A clear and concise description of what you expected to happen. -->
2225

2326
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
27+
28+
<!-- If applicable, add screenshots to help explain your problem. -->
2529

2630
**Your YAML file**
31+
2732
- A link to your repository
2833
- A link to your YAML file
2934

3035
**Additional context**
31-
Add any other context about the problem here.
36+
37+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/3_proposal.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Proposal
3+
about: Suggest an idea for this project
4+
title: 'proposal: This is a sample title'
5+
labels: proposal
6+
assignees: peaceiris
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the solution you'd like**
14+
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
**Describe alternatives you've considered**
18+
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
21+
**Additional context**
22+
23+
<!-- Add any other context or screenshots about the feature request here. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: GitHub Actions - GitHub Support Community Forum
4-
url: https://github.community/c/github-actions
4+
url: https://github.community/c/code-to-cloud/github-actions/41
55
about: Please ask questions about GitHub Actions here.
6+
- name: GitHub Actions Documentation
7+
url: https://docs.github.com/en/free-pro-team@latest/actions
8+
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)