code.gitea.io/gitea@v1.21.7/.github/ISSUE_TEMPLATE/feature-request.yaml (about) 1 name: Feature Request 2 description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here! 3 labels: ["kind/proposal"] 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 1. Please speak English, this is the language all maintainers can speak and write. 9 2. Please ask questions or configuration/deploy problems on our Discord 10 server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 11 3. Please take a moment to check that your feature hasn't already been suggested. 12 - type: textarea 13 id: description 14 attributes: 15 label: Feature Description 16 placeholder: | 17 I think it would be great if Gitea had... 18 validations: 19 required: true 20 - type: textarea 21 id: screenshots 22 attributes: 23 label: Screenshots 24 description: If you can, provide screenshots of an implementation on another site e.g. GitHub