documentation.yml 1.2 KB

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