From 165a2408326dfec0915deb5d424623595dc8553c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 10 Dec 2021 20:13:30 +0100 Subject: [PATCH] Configure templates and links --- .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ed0843a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true +contact_links: + - name: YunoHost community support + url: https://yunohost.org/help + about: General support questions are welcomed on our forum or chatrooms on IRC, XMPP, and Matrix + - name: YunoHost security + url: https://yunohost.org/security_team + about: Please report security vulnerabilities here. + - name: Bug in an app + url: https://github.com/YunoHost-Apps + about: Report bugs in packaged apps in their own repository + - name: App request + url: https://yunohost.org/apps_wishlist + about: Checkout the apps wishlist (you can edit it!)