diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..80c8c86b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Traefik Community Support + url: https://community.traefik.io/ + about: If you have a question, or are looking for advice, please post on our Discuss forum! The community loves to chime in to help. Happy Coding! + - name: Traefik Helm Chart Issues + url: https://github.com/traefik/traefik-helm-chart + about: Are you submitting an issue or feature enhancement for the Traefik helm chart? Please post in the traefik-helm-chart GitHub Issues. diff --git a/.goreleaser.yml b/.goreleaser.yml index 44beb3025..545ca5281 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -38,8 +38,6 @@ builds: goarch: arm64 - goos: freebsd goarch: arm64 - - goos: darwin - goarch: arm64 changelog: skip: true