feature_request.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. labels: ["\U0001F3AF feature"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to fill out this form!
  9. - For questions, ask in [Discussions](https://github.com/gogs/gogs/discussions).
  10. - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md).
  11. - Check to make sure someone hasn't already opened a similar [issue](https://github.com/gogs/gogs/issues).
  12. - type: textarea
  13. attributes:
  14. label: Describe the feature
  15. description: A clear and concise description of what the feature is, e.g. I think it is reasonable to have [...]
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Describe the solution you'd like
  21. description: A clear and concise description of what you want to happen.
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: Describe alternatives you've considered
  27. description: A clear and concise description of any alternative solutions or features you've considered.
  28. validations:
  29. required: true
  30. - type: textarea
  31. attributes:
  32. label: Additional context
  33. description: |
  34. Links? References? Suggestions? Anything that will give us more context about the feature you are requesting!
  35. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  36. validations:
  37. required: false
  38. - type: checkboxes
  39. attributes:
  40. label: Code of Conduct
  41. description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct)
  42. options:
  43. - label: I agree to follow this project's Code of Conduct
  44. required: true