mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
* Separate documentation about the workflow for better attention. I could imagine that it was not read by everyone, since it was after the trivial 'Please write in English' instructions. * Improve explanations about the workflow, expectations and next steps. * Explicitly mark the Enhancement template to be mostly for contributors. * Disable blank issues. I could not really identify any recent usage of it that was legitimate. * Improve instructions about which details to share about the own Forgejo usage. * Explicitly state in the enhancement template that only issue references should go in there, not noise. * Create a placeholder in problem template to add references to potential solutions later. I hope this resolves some of the issues observed with the new workflow and improves the quality of submitted reports. Also addresses the feedback already received in https://codeberg.org/forgejo/user-research/issues/71 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10847 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Otto Richter <otto@codeberg.org> Co-committed-by: Otto Richter <otto@codeberg.org>
17 lines
804 B
YAML
17 lines
804 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: 🔓 Security Reports
|
|
url: mailto:security@forgejo.org
|
|
about: "Please email <security@forgejo.org> (See https://forgejo.org/.well-known/security.txt)."
|
|
- name: 💬 Matrix Chat Room
|
|
url: https://matrix.to/#/#forgejo-chat:matrix.org
|
|
about: Please ask questions and discuss configuration or deployment problems here.
|
|
- name: 💬 Matrix Space
|
|
url: https://matrix.to/#/#forgejo:matrix.org
|
|
about: A collection of Matrix rooms relating to Forgejo in addition to the main chat room.
|
|
- name: 📚 Documentation
|
|
url: https://forgejo.org/docs/latest/
|
|
about: Documentation about Forgejo.
|
|
- name: ❓ Frequently Asked Questions
|
|
url: https://forgejo.org/faq/
|
|
about: Please check if your question is mentioned here.
|