diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 01b642d0..dae5265f 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -13,13 +13,9 @@ about: Create a bug report to help us improve the action. > Steps to reproduce the behavior. -**Expected behavior** +**Logs** -> Please provide a clear and concise description of what you expected to happen. - -**Screenshots** - -> If applicable, add screenshots to help explain your problem. +> Please provide your deployment logs and a link to your workflow file. **Additional Comments** diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 52e7c09c..fcc99316 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -6,7 +6,7 @@ about: If you'd like to make a suggestion please fill out the form below. **Is your feature request related to a problem? Please describe.** -> Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +> Please provide a clear and concise description of what the problem is. **Describe the solution you'd like** @@ -14,4 +14,4 @@ about: If you'd like to make a suggestion please fill out the form below. **Additional Comments** -> Add any other context or screenshots about the feature request here. +> Add any other context about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md new file mode 100644 index 00000000..87fa91c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -0,0 +1,18 @@ +--- +name: Support +about: If you're having problems setting up the action you can make a request for support here. + +--- + +**Describe the Issue** + +> Please provide a clear and concise description of what the problem is. + +**Logs** + +> Please provide your deployment logs and a link to your workflow file. + + +**Additional Comments** + +> Add any other context about the issue here.