From d7d9556165891ea592af09b8c0fd66326e9604b3 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 26 Jan 2024 18:27:23 +0100 Subject: [PATCH] chore: add issue templates [SKIP CI] --- .gitea/issue_template/bug.md | 16 ++++++++ .../issue_template/claim_verification_bug.md | 22 +++++++++++ .gitea/issue_template/new_claim.md | 38 +++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 .gitea/issue_template/bug.md create mode 100644 .gitea/issue_template/claim_verification_bug.md create mode 100644 .gitea/issue_template/new_claim.md diff --git a/.gitea/issue_template/bug.md b/.gitea/issue_template/bug.md new file mode 100644 index 0000000..993a6f5 --- /dev/null +++ b/.gitea/issue_template/bug.md @@ -0,0 +1,16 @@ +--- +name: 'Bug' +about: 'Report a bug' +title: '[BUG] ' +ref: 'dev' +labels: + - Status/Backlog + - Type/Bug +--- + +### What happened + + + +### Proposed solutions + diff --git a/.gitea/issue_template/claim_verification_bug.md b/.gitea/issue_template/claim_verification_bug.md new file mode 100644 index 0000000..b329736 --- /dev/null +++ b/.gitea/issue_template/claim_verification_bug.md @@ -0,0 +1,22 @@ +--- +name: 'Claim verification bug' +about: 'Report a claim no longer verifying, or not verifying as it should' +title: '[CLAIM BUG] ' +ref: 'dev' +labels: + - Status/Backlog + - Type/Bug +--- + +### Service provider + +Name: + +### Profile with the bug + + +Link to profile: + +### What happened + + diff --git a/.gitea/issue_template/new_claim.md b/.gitea/issue_template/new_claim.md new file mode 100644 index 0000000..2b6a1da --- /dev/null +++ b/.gitea/issue_template/new_claim.md @@ -0,0 +1,38 @@ +--- +name: 'New claim' +about: 'Suggest a new service provider or website for identity verification' +title: '[NEW CLAIM] ' +ref: 'dev' +labels: + - Status/Backlog + - 'Status/New Claim' +--- + +### Service provider + +Name: + +Short description: + +Website: + +API documentation: + +### Proposed verification mechanism + + + + +### Remarks + + + +### Tasks + + +- [ ] Verification mechanism tested +- [ ] Added to [doip-js](https://codeberg.org/keyoxide/doipjs) +- [ ] Added to [doip-rs](https://codeberg.org/keyoxide/doip-rs) +- [ ] Added proxy routes (if needed) +- [ ] Added to [keyoxide-brands](https://codeberg.org/keyoxide/keyoxide-brands) +- [ ] Added to [documentation](https://codeberg.org/keyoxide/keyoxide-docs)