Skip to content
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