mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
31 lines
1.8 KiB
YAML
31 lines
1.8 KiB
YAML
|
|
name: "Step 2: Enhancement"
|
||
|
|
description: Suggest a solution to one or multiple problems that have already been reported (see step 1).
|
||
|
|
title: "enh: "
|
||
|
|
labels: ["enhancement/feature"]
|
||
|
|
body:
|
||
|
|
- type: markdown
|
||
|
|
attributes:
|
||
|
|
value: |
|
||
|
|
- Please speak English, as this is the language all maintainers can speak and write.
|
||
|
|
- Be civil, and follow the [Forgejo Code of Conduct](https://codeberg.org/forgejo/code-of-conduct).
|
||
|
|
- We are currently experimenting with a new workflow to understand your problems and requests. This is step 2 of a two-step-process. The goal is to discuss potential solutions to already-reported problems. If you want to learn more about the background of our workflow, feel invited to read and participate in [the discussion that led to the current approach](https://codeberg.org/forgejo/discussions/issues/415). We are looking forward to your feedback.
|
||
|
|
- type: textarea
|
||
|
|
id: problems
|
||
|
|
attributes:
|
||
|
|
label: Existing problems this enhancement addresses
|
||
|
|
description: List the issue numbers of the reported problems that this enhancement addresses. If you haven't previously described a problem, please [complete step one of the workflow](https://codeberg.org/forgejo/forgejo/issues/new?template=.forgejo%2fissue_template%2fproblem.yaml) and describe the problem you'd like to solve first.
|
||
|
|
validations:
|
||
|
|
required: true
|
||
|
|
- type: textarea
|
||
|
|
id: description
|
||
|
|
attributes:
|
||
|
|
label: Enhancement description
|
||
|
|
description: As concisely as possible, describe the changes you suggest for Forgejo and explain how they address the problems.
|
||
|
|
validations:
|
||
|
|
required: true
|
||
|
|
- type: textarea
|
||
|
|
id: details
|
||
|
|
attributes:
|
||
|
|
label: Details and notes
|
||
|
|
description: Feel free to supply additional information like technical considerations, link to alternative solutions, UI mockups etc.
|