mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
a959ed99c2
* Create issue template using new format This issue template has been based off of the current issue creation workflow defined in the ISSUE_TEMPLATE.md file This commit allows for that issue template (which is a legacy method of creating an issue) to be deleted * Delete old issue template file This commit deletes the old issue template file, as it is both legacy and replaced by ISSUE_TEMPLATE/issue.yaml * Adjust file upload and remove code of conduct checkbox * Block blank issue creation * Update feedback Removed most requirements Updated prompt to include instruction to state whether using try.gitea.io Added default value to Gitea version * Create Feature Request issue form * Update and rename issue.yaml to bug-report.yaml * Enable blank issue creation Co-authored-by: a1012112796 <1012112796@qq.com> * Update config.yaml * Remove default & placeholder from Gitea version * Create issue template in .gitea directory * Add relevant bug report message to feature request * Adjust name to remove banner There is a banner that tells you to create a config.yml when you already have a config.yaml Renaming the file stops this from occurring. * Add UI bug report form * Remove unnecessary question Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
18 lines
789 B
YAML
18 lines
789 B
YAML
blank_issues_enabled: true
|
|
contact_links:
|
|
- name: Security Concern
|
|
url: https://tinyurl.com/security-gitea
|
|
about: For security concerns, please send a mail to security@gitea.io instead of opening a public issue.
|
|
- name: Discord Server
|
|
url: https://discord.gg/gitea
|
|
about: Please ask questions and discuss configuration or deployment problems here.
|
|
- name: Discourse Forum
|
|
url: https://discourse.gitea.io
|
|
about: Questions and configuration or deployment problems can also be discussed on our forum.
|
|
- name: Frequently Asked Questions
|
|
url: https://docs.gitea.io/en-us/faq
|
|
about: Please check if your question isn't mentioned here.
|
|
- name: Crowdin Translations
|
|
url: https://crowdin.com/project/gitea
|
|
about: Translations are managed here.
|