From 171679852448ca342fc446e486539f1e1ff06bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Castro?= Date: Mon, 23 Nov 2020 20:51:01 -0600 Subject: [PATCH] Feature: Create issue template 1. Why is this change necessary? This change adds the template for the upcoming issues related to the website. 2. How does it address the issue? By adding a document that will help either the user and the team to address the issue properly. 3. What side effects does this change have? None. --- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 1 file changed, 9 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..bc45383 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +# Referencia: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser +blank_issues_enabled: false # default: true +contact_links: +- name: 💬 IRC Freenode #archlinux-mx + url: ircs://chat.freenode.net/archlinux-mx + about: Por favor, úntete a la comunidad y haz preguntas y respuestas típicas aquí. +- name: 💬 Telegram + url: https://t.me/archlinuxmx + about: Por favor, únete a la comunidad y haz preguntas y respuestas típicas aquí.