feat: add contact links in issue template (#596)

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/596
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-committed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2025-05-28 00:19:53 +02:00 committed by Gusted
parent 117de0124a
commit 58487c9760

View file

@ -0,0 +1,17 @@
blank_issues_enabled: true
contact_links:
- name: Ask for help in the Community issue tracker
url: https://codeberg.org/Codeberg/Community/issues/
about: Get help with using Codeberg from the community and tell us what you think.
- name: Ask for help in a chatroom
url: https://docs.codeberg.org/contact
about: If you need real-time support from the community, join our Matrix or IRC rooms.
- name: Woodpecker CI Examples
url: https://codeberg.org/Codeberg-CI/examples/
about: If you need examples for using Codeberg's Woodpecker CI, click here.
- name: Forgejo Documentation
url: https://forgejo.org/docs
about: Forgejo, which powers codeberg.org, offers its own distinct documentation. Issues discussing subjects that Codeberg's Documentation does not are, of course, still welcome, but this might help.
- name: Woodpecker CI Documentation
url: https://woodpecker-ci.org/docs/intro
about: Similarly, Woodpecker, which powers ci.codeberg.org, also offers its own distinct documentation.