chore(forgejo): add issue template
This commit is contained in:
parent
2a3fad3eb9
commit
4c6b9c670f
1 changed files with 35 additions and 0 deletions
35
.forgejo/issue_template/issue.yaml
Normal file
35
.forgejo/issue_template/issue.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
name: Issue
|
||||
about: Track a bug or feature from dev review, user feedback, or tests
|
||||
title: "[Issue]: "
|
||||
labels:
|
||||
- triage
|
||||
body:
|
||||
- type: input
|
||||
id: raised-by
|
||||
attributes:
|
||||
label: Raised by
|
||||
description: Who or what surfaced this (name, "user feedback", "CI/test", "dev review")
|
||||
placeholder: e.g. Hardik / dev review
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: What's the issue or feature? Include steps to reproduce if it's a bug.
|
||||
placeholder: Describe it here...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: priority
|
||||
attributes:
|
||||
label: Priority
|
||||
options:
|
||||
- P0 — Critical (broken / blocking)
|
||||
- P1 — High
|
||||
- P2 — Medium
|
||||
- P3 — Low
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Add table
Reference in a new issue