diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..99b260a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..f6ba08c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md new file mode 100644 index 0000000..4c911b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -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]