mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
chore: improve issue templates [SKIP CI]
This commit is contained in:
parent
875df78dfe
commit
4873d8bc8c
5 changed files with 44 additions and 9 deletions
|
@ -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 -->
|
16
.gitea/issue_template/bug.md
Normal file
16
.gitea/issue_template/bug.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
name: 'Bug'
|
||||
about: 'Report a bug'
|
||||
title: '[BUG] '
|
||||
ref: 'dev'
|
||||
labels:
|
||||
- Status/Backlog
|
||||
- Type/Bug
|
||||
---
|
||||
|
||||
### What happened
|
||||
|
||||
|
||||
|
||||
### Proposed solutions
|
||||
|
8
.gitea/issue_template/claim_verification_bug.yml
Normal file
8
.gitea/issue_template/claim_verification_bug.yml
Normal 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.
|
12
.gitea/issue_template/enhancement.md
Normal file
12
.gitea/issue_template/enhancement.md
Normal 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
|
||||
|
8
.gitea/issue_template/new_claim.yml
Normal file
8
.gitea/issue_template/new_claim.yml
Normal 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.
|
Loading…
Reference in a new issue