revise issue templates: add location, reproducibility, scope; drop low-signal fields
Some checks failed
CI / test (push) Failing after 17s
Some checks failed
CI / test (push) Failing after 17s
This commit is contained in:
parent
287f0aa068
commit
9e5033026e
2 changed files with 37 additions and 18 deletions
|
|
@ -19,23 +19,36 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
id: what-happened
|
id: location
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: Where specifically?
|
||||||
description: Describe the bug. Include the steps to reproduce if possible.
|
description: Page URL, route, API endpoint, service name, or container — whatever narrows it down.
|
||||||
placeholder: |
|
placeholder: "/channels/5, POST /api/downloads, scheduler service, etc."
|
||||||
1. Go to ...
|
|
||||||
2. Click ...
|
- type: dropdown
|
||||||
3. See error ...
|
id: reproducibility
|
||||||
|
attributes:
|
||||||
|
label: Reproducibility
|
||||||
|
options:
|
||||||
|
- Always
|
||||||
|
- Sometimes
|
||||||
|
- Saw it once
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: What should have happened?
|
label: What happened?
|
||||||
description: Brief description of the correct behavior.
|
description: Describe the bug and how to reproduce it. Include what you expected to happen if it's not obvious.
|
||||||
|
placeholder: |
|
||||||
|
Steps:
|
||||||
|
1. Go to ...
|
||||||
|
2. Click ...
|
||||||
|
3. See error ...
|
||||||
|
|
||||||
|
Expected: ...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
@ -50,4 +63,4 @@ body:
|
||||||
id: context
|
id: context
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Anything else — what you already tried, when it started, screenshots, related issues.
|
description: What you already tried, when it started, screenshots, related issues.
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,18 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: scope
|
||||||
|
attributes:
|
||||||
|
label: Scope
|
||||||
|
description: Rough size of what you're asking for.
|
||||||
|
options:
|
||||||
|
- Tweak — adjust existing behavior
|
||||||
|
- Feature — new capability or screen
|
||||||
|
- Large — multi-part, needs planning
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -35,12 +47,6 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: alternatives
|
|
||||||
attributes:
|
|
||||||
label: Alternatives or workarounds
|
|
||||||
description: Any workaround you're using today, or alternative approaches you considered.
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: context
|
id: context
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue