| 12345678910111213141516171819202122232425262728293031 |
- name: Improve documentation
- description: Suggest an idea or a patch for documentation
- labels: ["📖 documentation"]
- body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to fill out this form!
-
- - For questions, ask in [Discussions](https://github.com/gogs/gogs/discussions).
- - Before you file an issue read the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md).
- - Check to make sure someone hasn't already opened a similar [issue](https://github.com/gogs/gogs/issues).
- - type: textarea
- attributes:
- label: What needs to improved? Please describe
- description: A clear and concise description of what is wrong or missing.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Why do you think it is important?
- description: A clear and concise explanation of the rationale.
- validations:
- required: true
- - type: checkboxes
- attributes:
- label: Code of Conduct
- description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct)
- options:
- - label: I agree to follow this project's Code of Conduct
- required: true
|