chore: improve issue templates [SKIP CI]

This commit is contained in:
Yarmo Mackenbach 2024-01-26 20:52:25 +01:00
parent 875df78dfe
commit 4873d8bc8c
No known key found for this signature in database
GPG key ID: C248C28D432560ED
5 changed files with 44 additions and 9 deletions

View file

@ -1,9 +0,0 @@
<!-- Please search existing issues to avoid duplicates
Issues about claim verification should be opened at:
https://codeberg.org/keyoxide/doipjs/issues
New suggestions for services to claim should also be opened at:
https://codeberg.org/keyoxide/doipjs/issues
Feel free to remove this comment -->

View file

@ -0,0 +1,16 @@
---
name: 'Bug'
about: 'Report a bug'
title: '[BUG] '
ref: 'dev'
labels:
- Status/Backlog
- Type/Bug
---
### What happened
### Proposed solutions

View file

@ -0,0 +1,8 @@
name: Claim verification bug
about: Report a claim no longer verifying, or not verifying as it should
title: ''
body:
- type: markdown
attributes:
value: |
Please open this issue in the [doip-js repo](https://codeberg.org/keyoxide/doipjs/issues/new/choose) instead.

View file

@ -0,0 +1,12 @@
---
name: 'Enhancement'
about: 'Suggest a new feature or improve an existing one'
title: ''
ref: 'dev'
labels:
- Status/Backlog
- Type/Enhancement
---
### Proposal

View file

@ -0,0 +1,8 @@
name: New claim
about: Suggest a new service provider or website for identity verification
title: ''
body:
- type: markdown
attributes:
value: |
Please open this issue in the [doip-js repo](https://codeberg.org/keyoxide/doipjs/issues/new/choose) instead.