Skip to content

Commit b80de20

Browse files
Update issue templates
1 parent 5bb4b8b commit b80de20

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Before opening up a new bug report, please make sure to check for similar existing issues -->
11+
12+
**Description:**
13+
A clear and concise description of what the bug is.
14+
15+
**Action version:**
16+
Specify the action version
17+
18+
**Platform:**
19+
- [ ] Ubuntu
20+
- [ ] macOS
21+
- [ ] Windows
22+
23+
**Runner type:**
24+
- [ ] Hosted
25+
- [ ] Self-hosted
26+
27+
**Tools version:**
28+
<!--- Please specify versions of node and package manager (npm, yarn, pnpm, pr-smartrr etc)-->
29+
30+
**Repro steps:**
31+
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
32+
33+
**Expected behavior:**
34+
A description of what you expected to happen.
35+
36+
**Actual behavior:**
37+
A description of what is actually happening.
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests -->
11+
12+
**Description:**
13+
Describe your proposal.
14+
15+
**Justification:**
16+
Justification or a use case for your proposal.
17+
18+
**Additional context**
19+
Add any other context or screenshots about the feature request here.
20+
21+
**Are you willing to submit a PR?**
22+
<!--- We accept contributions! -->

0 commit comments

Comments
 (0)