mirror of https://github.com/gogs/gogs.git
33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
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!
|
|
|
|
- Please use English :)
|
|
- 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 be 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
|