From f99f85f44777106d39a785988c12020a4f722728 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 2 Feb 2022 14:45:38 +0700 Subject: Add `config.yml` to `.github/ISSUE_TEMPLATE` --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..e49c06aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Discussions + url: https://github.com/iced-rs/iced/discussions/new + about: Use GitHub discussions, if you are looking for feedback or have any questions! + - name: Discord Community Server + url: https://discord.com/invite/3xZJ65GAhd + about: Feel free to ask any questions in the community server! -- cgit