Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
brandedoutcast authored Jul 10, 2020
1 parent 4637c3b commit b656aac
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug Report
about: Create a bug report to help improve this action
title: "[BUG] "
labels: bug
assignees: brandedoutcast

---

**Describe the bug**
A clear and concise description of what the bug is.

**Failed Action Log URL (Required)**
A URL to the failed action log.

**To Reproduce**
Steps to reproduce the behavior:
1.

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Environment:**
- Platform [e.g. Windows / Linux]
- Action Version [e.g. v2.5.3]
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea for this action
title: "[FEATURE] "
labels: enhancement
assignees: brandedoutcast

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/report-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Report Bug
about: Create a bug report to help improve this action
title: "[BUG] "
labels: bug
assignees: brandedoutcast

---

**Describe the bug**
A clear and concise description of what the bug is.

**Failed Action Log URL (Required)**
Provide a link to the action log that's failing here

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment (please complete the following information):**
- Platform [e.g. Windows / Linux]
- Action Version [e.g. v2.5.3]

0 comments on commit b656aac

Please sign in to comment.