diff --git a/.github/DISCUSSION_TEMPLATE/help-wanted.yml b/.github/DISCUSSION_TEMPLATE/help-wanted.yml deleted file mode 100644 index 08444522..00000000 --- a/.github/DISCUSSION_TEMPLATE/help-wanted.yml +++ /dev/null @@ -1,49 +0,0 @@ -title: 'Help wanted' -body: - - type: input - validations: - required: true - attributes: - label: Shlink version - placeholder: x.y.z - - type: input - validations: - required: true - attributes: - label: PHP version - placeholder: x.y.z - - type: dropdown - validations: - required: true - attributes: - label: How do you serve Shlink - options: - - Self-hosted Apache - - Self-hosted nginx - - Self-hosted RoadRunner - - Docker image - - Other (explain in summary) - - type: dropdown - validations: - required: true - attributes: - label: Database engine - options: - - MySQL - - MariaDB - - PostgreSQL - - MicrosoftSQL - - SQLite - - type: input - validations: - required: true - attributes: - label: Database version - placeholder: x.y.z - - type: textarea - validations: - required: true - attributes: - label: Summary - value: '' - diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 9a7f121f..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 53fca8ef..70d678ca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: true contact_links: - name: Question - Support about: Do you need help setting up or using Shlink? - url: https://github.com/shlinkio/shlink/discussions/new?category=help-wanted + url: https://github.com/orgs/shlinkio/discussions/new?category=help-wanted