From 61543e4c04a114cae4c283e2a53964380bd71ecf Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 2 Feb 2022 14:50:47 +0700 Subject: Improve description of `Discussion` contact link --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index caf33063..ab1dae49 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Discussion url: https://github.com/iced-rs/iced/discussions/new - about: Use GitHub discussions, if you are looking for feedback or have any questions! + about: Use GitHub discussions if you are looking for feedback or have any questions or suggestions! - name: Discord Community Server url: https://discord.com/invite/3xZJ65GAhd about: Feel free to ask any questions in the community server! -- cgit