From a048d402df32b950f809c92052ad34387cf8df80 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 1 Jan 2022 19:55:32 +0100 Subject: [PATCH] chore: Update to Github issue templates --- .../ISSUE_TEMPLATE/{bug-report.md => 1_bug-report.md} | 0 .../{feature-request.md => 2_feature-request.md} | 0 ...documentation-update.md => 3_documentation-update.md} | 0 .../{showcase-template.md => 4_showcase-template.md} | 0 .../{all-contributors.md => 5_all-contributors.md} | 0 .github/ISSUE_TEMPLATE/config.yml | 9 ++++++--- 6 files changed, 6 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.md => 1_bug-report.md} (100%) rename .github/ISSUE_TEMPLATE/{feature-request.md => 2_feature-request.md} (100%) rename .github/ISSUE_TEMPLATE/{documentation-update.md => 3_documentation-update.md} (100%) rename .github/ISSUE_TEMPLATE/{showcase-template.md => 4_showcase-template.md} (100%) rename .github/ISSUE_TEMPLATE/{all-contributors.md => 5_all-contributors.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/1_bug-report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/1_bug-report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/2_feature-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request.md rename to .github/ISSUE_TEMPLATE/2_feature-request.md diff --git a/.github/ISSUE_TEMPLATE/documentation-update.md b/.github/ISSUE_TEMPLATE/3_documentation-update.md similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation-update.md rename to .github/ISSUE_TEMPLATE/3_documentation-update.md diff --git a/.github/ISSUE_TEMPLATE/showcase-template.md b/.github/ISSUE_TEMPLATE/4_showcase-template.md similarity index 100% rename from .github/ISSUE_TEMPLATE/showcase-template.md rename to .github/ISSUE_TEMPLATE/4_showcase-template.md diff --git a/.github/ISSUE_TEMPLATE/all-contributors.md b/.github/ISSUE_TEMPLATE/5_all-contributors.md similarity index 100% rename from .github/ISSUE_TEMPLATE/all-contributors.md rename to .github/ISSUE_TEMPLATE/5_all-contributors.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 257495e4c4f..60e21bb7f2a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Chat on Discord - url: https://chat.freesewing.org/ - about: Reach out to us on Discord if you need help or have questions + - name: 💬 Chat on Discord + url: https://discord.freesewing.org/ + about: Join our community on Discord for real-time chat + - name: 🙋 Ask a question on Github discussions + url: https://github.com/freesewing/freesewing/discussions + about: Ask questions on a formum-style discussion board on Github