From 71ca23747860d2eaac83da9ada90598b8a4accff Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 8 Mar 2021 09:40:04 +0100 Subject: [PATCH] Add new GitHub issue chooser. --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .goreleaser.yml | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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