/
githubmirror
/
gogs
Обзор
Документация
Войти
/
githubmirror
/
gogs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/ISSUE_TEMPLATE/documentation.yml
32 строки
1 KB
Joe Chen
github: update dead links in issue forms (#6721)
11 янв 2022, 18:48
Не верифицирован
11 янв 2022, 18:48
539e2a8
Код
Авторство
О чём код?
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