From 733794b57ffa4703d40b9c4381ca54b16e3fbd85 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 9 Jun 2021 12:37:51 +0100 Subject: [PATCH] Renames issue templates, adds missing fields --- .github/ISSUE_TEMPLATE/{bug-report---.md => bug-report.md} | 0 .../{feature-request---.md => feature-request.md} | 0 .github/ISSUE_TEMPLATE/{question------.md => question.md} | 2 +- .../ISSUE_TEMPLATE/{share-feedback---.md => share-feedback.md} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug-report---.md => bug-report.md} (100%) rename .github/ISSUE_TEMPLATE/{feature-request---.md => feature-request.md} (100%) rename .github/ISSUE_TEMPLATE/{question------.md => question.md} (81%) rename .github/ISSUE_TEMPLATE/{share-feedback---.md => share-feedback.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report---.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report---.md rename to .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request---.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request---.md rename to .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/question------.md b/.github/ISSUE_TEMPLATE/question.md similarity index 81% rename from .github/ISSUE_TEMPLATE/question------.md rename to .github/ISSUE_TEMPLATE/question.md index 97d06226..c0b757f3 100644 --- a/.github/ISSUE_TEMPLATE/question------.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: "Question \U0001F937‍♀️" -about: Describe this issue template's purpose here. +about: Got a question about Dashy, deployment, development or usage? title: "[QUESTION]" labels: "\U0001F937‍♂️ Question" assignees: Lissy93 diff --git a/.github/ISSUE_TEMPLATE/share-feedback---.md b/.github/ISSUE_TEMPLATE/share-feedback.md similarity index 100% rename from .github/ISSUE_TEMPLATE/share-feedback---.md rename to .github/ISSUE_TEMPLATE/share-feedback.md