1name: 💡 Feature Request2description: Got an idea for an improvement to the Forgejo Runner? Suggest it here!3title: "feat: "4labels: ["Kind/Enhancement"]5body:6- type: markdown7 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: textarea14 id: needs-benefits15 attributes:16 label: Needs and benefits17 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: true20- type: textarea21 id: description22 attributes:23 label: Feature Description24 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