選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

feature-request.yaml 924B

123456789101112131415161718192021222324
  1. name: Feature Request
  2. description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
  3. labels: ["type/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