feature_request.yml 1.8 KB

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