diff --git a/.github/ISSUE_TEMPLATE/02_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/02_bug_report.yml rename to .github/ISSUE_TEMPLATE/01_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/01_installation.prolem.yml b/.github/ISSUE_TEMPLATE/01_installation.prolem.yml deleted file mode 100644 index 6348c629..00000000 --- a/.github/ISSUE_TEMPLATE/01_installation.prolem.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: "🙏🏻 Installation Problem" -description: "Report an issue with installation" -title: "Installation Problem" -labels: ["type: installation"] -body: - - type: markdown - attributes: - value: For installation issues, please visit our [Discord Support](https://discord.postiz.com) for assistance. - - type: textarea - id: feature-description - validations: - required: true - attributes: - label: For installation issues, please visit our https://discord.postiz.com for assistance. - description: For installation issues, please visit our [Discord Support](https://discord.postiz.com) for assistance. - placeholder: | - For installation issues, please visit our https://discord.postiz.com for assistance. - Please do not save this issue - do not submit installation issues on GitHub. - diff --git a/.github/ISSUE_TEMPLATE/03_feature_request.yml b/.github/ISSUE_TEMPLATE/02_feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/03_feature_request.yml rename to .github/ISSUE_TEMPLATE/02_feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b72f48ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +# Disable the default option to open a blank issue +blank_issues_enabled: true + +# Define your custom links +contact_links: + # The first link definition + - name: 🙏 Installation Issue + url: https://discord.postiz.com + about: If you have an installation / configuration issue. + + # You can add more links if needed + - name: Security Issue + url: https://github.com/gitroomhq/postiz-app/security/advisories/new + about: Please submit security Issues our GitHub Security Advisories.