From cbd7ef502f8404f05ed2fd905ebd9b0cada546e5 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 8 Nov 2024 23:48:13 +0700 Subject: [PATCH] feat: installation problems --- .github/ISSUE_TEMPLATE/01_installation.prolem.yml | 8 ++++++++ .../ISSUE_TEMPLATE/{bug_report.yml => 02_bug_report.yml} | 0 .../{feature_request.yml => 03_feature_request.yml} | 0 3 files changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01_installation.prolem.yml rename .github/ISSUE_TEMPLATE/{bug_report.yml => 02_bug_report.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.yml => 03_feature_request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/01_installation.prolem.yml b/.github/ISSUE_TEMPLATE/01_installation.prolem.yml new file mode 100644 index 00000000..56a0daac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_installation.prolem.yml @@ -0,0 +1,8 @@ +name: "Installation Problem" +description: "Report an issue with installation" +labels: ["installation"] +body: + - type: markdown + attributes: + value: | + For installation issues, please visit our [Discord Support](https://discord.postiz.com) for assistance. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/02_bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/02_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/03_feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/ISSUE_TEMPLATE/03_feature_request.yml