Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Issue Templates #72

Open
wants to merge 4 commits into
base: v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/fix-badge.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/fix-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Fix Badges
description: Help us to fix the badges
labels: bug
body:
- type: checkboxes
attributes:
label: Issue tracker rule checks (please read carefully)
options:
- label: "I have checked that my problem <a href='https://github.com/intergrav/devins-badges/issues' target='_blank'>is not already reported</a>"
required: true
- label: "I have checked that my problem is not already fixed"
required: true
- type: textarea
attributes:
label: Issue description
description: Explain clearly what is wrong
validations:
required: true
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/new-badge.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/new-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: New Badge
description: Tell us which badge you want
labels: enhancement
body:
- type: checkboxes
attributes:
label: Issue tracker rule checks (please read carefully)
options:
- label: "I have checked that this feature <a href='https://github.com/intergrav/devins-badges/issues' target='_blank'>is not already asked.</a>"
required: true
- label: "I have checked that this feature is not already implemented"
required: true
- type: textarea
attributes:
label: Badge description
description: Tell which badge you want
validations:
required: true