🔧 Use Issue Forms (#218)

This commit is contained in:
Sergio Valverde 2022-06-07 12:35:10 +02:00 committed by GitHub
parent d61fc2b98c
commit 637915e5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 57 additions and 29 deletions

View File

@ -1,29 +0,0 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
labels: bug
---
**🐞 Describe the bug**
A clear and concise description of what the bug is.
**📚 To Reproduce**
Steps to reproduce the behavior.
**💡 Expected behavior**
A clear and concise description of what you expected to happen.
**🖼️ Screenshots**
If applicable, add screenshots to help explain your problem.
**⚙️ Environment**
- Action version: [e.g. v1.0.0]
**📋 Additional context**
Add any other context about the problem here.

57
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,57 @@
name: 🐛 Bug report
description: Create a report to help us improve
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: 🐞 Describe the bug
description: |
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: 📚 To reproduce
description: |
Steps to reproduce the behavior.
validations:
required: true
- type: textarea
id: expected
attributes:
label: 💡 Expected behavior
description: |
A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 🖼️ Screenshots
description: |
If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
id: environment
attributes:
label: ⚙️ Environment
description: |
Action version: [e.g. v1.0.0]
validations:
required: true
- type: textarea
id: additional
attributes:
label: 📋 Additional context
description: |
Add any other context about the problem here.
validations:
required: false