2
0

documentation.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. name: Improve documentation
  2. description: Suggest an idea or a patch for documentation
  3. labels: ["📖 documentation"]
  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: What needs to be improved? Please describe
  16. description: A clear and concise description of what is wrong or missing.
  17. validations:
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Why do you think it is important?
  22. description: A clear and concise explanation of the rationale.
  23. validations:
  24. required: true
  25. - type: checkboxes
  26. attributes:
  27. label: Code of Conduct
  28. description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct)
  29. options:
  30. - label: I agree to follow this project's Code of Conduct
  31. required: true