diff options
author | 2022-02-02 14:45:38 +0700 | |
---|---|---|
committer | 2022-02-02 14:45:38 +0700 | |
commit | f99f85f44777106d39a785988c12020a4f722728 (patch) | |
tree | 5ca0490ce977993e39f56ac623d4659041e87aa9 /.github | |
parent | 89812cb9a96a3907c0735e3a8bd0646ecf60d83a (diff) | |
download | iced-f99f85f44777106d39a785988c12020a4f722728.tar.gz iced-f99f85f44777106d39a785988c12020a4f722728.tar.bz2 iced-f99f85f44777106d39a785988c12020a4f722728.zip |
Add `config.yml` to `.github/ISSUE_TEMPLATE`
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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! |