chore: gitea templates

This commit is contained in:
Naomi Carrigan 2025-01-22 16:08:28 -08:00
parent 63c6dc1ce2
commit 1faaed0815
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
5 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: 🐛 Bug Report
description: Something isn't working as expected? Let us know! description: Something isn't working as expected? Let us know!
title: '[BUG] - ' title: '[BUG] - '
labels: labels:
- "🚦 status: awaiting triage" - "status/awaiting triage"
body: body:
- type: checkboxes - type: checkboxes
id: attestations id: attestations

View File

@ -2,7 +2,7 @@ name: 💭 Feature Proposal
description: Have an idea for how we can improve? Share it here! description: Have an idea for how we can improve? Share it here!
title: '[FEAT] - ' title: '[FEAT] - '
labels: labels:
- "🚦 status: awaiting triage" - "status/awaiting triage"
body: body:
- type: checkboxes - type: checkboxes
id: attestations id: attestations

View File

@ -2,7 +2,7 @@ name: ❓ Other Issue
description: I have something that is neither a bug nor a feature request. description: I have something that is neither a bug nor a feature request.
title: '[OTHER] - ' title: '[OTHER] - '
labels: labels:
- "🚦 status: awaiting triage" - "status/awaiting triage"
body: body:
- type: checkboxes - type: checkboxes
id: attestations id: attestations

View File

@ -1,7 +1,5 @@
name: "Pull Request Template" name: "Pull Request Template"
about: "Template for pulls" about: "Template for pulls"
labels:
- "🔍 pull: ready for review"
body: body:
- type: textarea - type: textarea
id: explain id: explain