forgejo-runner

git clone git://git.lin.moe/forgejo-runner.git

 1name: 💡 Feature Request
 2description: Got an idea for an improvement to the Forgejo Runner? Suggest it here!
 3title: "feat: "
 4labels: ["Kind/Enhancement"]
 5body:
 6- type: markdown
 7  attributes:
 8    value: |
 9      - Please speak English, as this is the language all maintainers can speak and write.
10      - Be as clear and concise as possible. A very verbose request is harder to interpret in a concrete way.
11      - Be civil, and follow the [Forgejo Code of Conduct](https://codeberg.org/forgejo/code-of-conduct).
12      - Please make sure you are using the latest release of the runner and take a moment to [check that your feature hasn't already been suggested](https://code.forgejo.org/forgejo/runner/issues?q=&type=all).
13- type: textarea
14  id: needs-benefits
15  attributes:
16    label: Needs and benefits
17    description: As concisely as possible, describe the benefits your feature request will provide or the problems it will try to solve.
18  validations:
19    required: true
20- type: textarea
21  id: description
22  attributes:
23    label: Feature Description
24    description: As concisely as possible, describe the feature you would like to see added or the changes you would like to see made to Forgejo.
25  validations:
26    required: true