Add new GitHub issue chooser.
This commit is contained in:
parent
0e4b6d36fd
commit
71ca237478
2 changed files with 8 additions and 2 deletions
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -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.
|
|
@ -38,8 +38,6 @@ builds:
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
- goos: freebsd
|
- goos: freebsd
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
- goos: darwin
|
|
||||||
goarch: arm64
|
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
skip: true
|
skip: true
|
||||||
|
|
Loading…
Reference in a new issue