File tree 5 files changed +71
-26
lines changed 5 files changed +71
-26
lines changed Original file line number Diff line number Diff line change
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. -->
Original file line number Diff line number Diff line change @@ -4,28 +4,34 @@ about: Create a report to help us improve
4
4
title : ' Bug: This is a sample issue title'
5
5
labels : bug
6
6
assignees : peaceiris
7
-
8
7
---
9
8
10
9
** 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. -->
12
12
13
13
** To Reproduce**
14
+
14
15
Steps to reproduce the behavior:
16
+
15
17
1 . Go to '...'
16
18
2 . Click on '....'
17
19
3 . Scroll down to '....'
18
20
4 . See error
19
21
20
22
** 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. -->
22
25
23
26
** Screenshots**
24
- If applicable, add screenshots to help explain your problem.
27
+
28
+ <!-- If applicable, add screenshots to help explain your problem. -->
25
29
26
30
** Your YAML file**
31
+
27
32
- A link to your repository
28
33
- A link to your YAML file
29
34
30
35
** Additional context**
31
- Add any other context about the problem here.
36
+
37
+ <!-- Add any other context about the problem here. -->
Original file line number Diff line number Diff line change
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. -->
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- 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
5
5
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.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments