Skip to content

Commit

Permalink
chore: remove old template
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jul 5, 2024
1 parent bd55998 commit 0d5c3cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 35 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report 🐝
description: Create a bug report to help us improve the action.
title: "bug 🐝: "
labels: ["bug 🐝", "triage ⚠️"]
title: 'bug: 🐝 '
labels: ['bug 🐝', 'triage ⚠️']
assignees:
- JamesIves
body:
Expand All @@ -15,14 +15,14 @@ body:
id: bug-description
attributes:
label: Describe the bug
description: "Please provide a clear and concise description of what the bug is and what you expected to happen."
description: 'Please provide a clear and concise description of what the bug is and what you expected to happen.'
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: Reproduction Steps
description: "Steps to reproduce the behavior. Please provide a minimal example if possible."
description: 'Steps to reproduce the behavior. Please provide a minimal example if possible.'
validations:
required: true
- type: textarea
Expand All @@ -37,14 +37,14 @@ body:
id: workflow
attributes:
label: Workflow
description: "Please provide a link or snippet of your workflow yml file."
description: 'Please provide a link or snippet of your workflow yml file.'
render: yml
validations:
required: true
- type: textarea
id: additional-comments
attributes:
label: Additional Comments
description: "Add any other context about the problem here that does not fit elsewhere."
description: 'Add any other context about the problem here that does not fit elsewhere.'
validations:
required: false
required: false
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

0 comments on commit 0d5c3cd

Please sign in to comment.