Skip to content

Commit fd4bd82

Browse files
Add issue and pull request templates (actions#344)
1 parent a4b8ed2 commit fd4bd82

File tree

4 files changed

+66
-0
lines changed

4 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
title: ''
5+
labels: bug, needs triage
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
11+
<!--- Before opening up a new bug report, please make sure to check for similar existing issues -->
12+
13+
**Description:**
14+
A clear and concise description of what the bug is.
15+
16+
**Action version:**
17+
Specify the action version
18+
19+
**Platform:**
20+
- [ ] Ubuntu
21+
- [ ] macOS
22+
- [ ] Windows
23+
24+
**Runner type:**
25+
- [ ] Hosted
26+
- [ ] Self-hosted
27+
28+
**Tools version:**
29+
<!--- Please specify versions of node and package manager (npm, yarn, pnpm and etc)-->
30+
31+
**Repro steps:**
32+
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
33+
34+
**Expected behavior:**
35+
A description of what you expected to happen.
36+
37+
**Actual behavior:**
38+
A description of what is actually happening.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature request, needs triage
6+
assignees: ''
7+
---
8+
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
9+
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests -->
10+
11+
**Description:**
12+
Describe your proposal.
13+
14+
**Justification:**
15+
Justification or a use case for your proposal.
16+
17+
**Are you willing to submit a PR?**
18+
<!--- We accept contributions! -->

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Description:**
2+
Describe your changes.
3+
4+
**Related issue:**
5+
Add link to the related issue.
6+
7+
**Check list:**
8+
- [ ] Mark if documentation changes are required.
9+
- [ ] Mark if tests were added or updated to cover the changes.

0 commit comments

Comments
 (0)