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