From 74690787d0ad2ec9f4dbe61bacef4614f8c8d55f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 3 Oct 2020 15:53:09 +0200 Subject: [PATCH] chore: Changing gitter links to Discord --- config/badges.yaml | 51 ++++++++++++++++----------------- config/templates/readme.dflt.md | 4 +-- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/config/badges.yaml b/config/badges.yaml index fa0538c73cf..fb5721a2eb2 100644 --- a/config/badges.yaml +++ b/config/badges.yaml @@ -1,35 +1,34 @@ _all: version: - link: "https://www.npmjs.com/package/{{{fullname}}}" - img: "https://img.shields.io/npm/v/{{{fullname}}}.svg" - alt: "{{{fullname}}} on NPM" + link: 'https://www.npmjs.com/package/{{{fullname}}}' + img: 'https://img.shields.io/npm/v/{{{fullname}}}.svg' + alt: '{{{fullname}}} on NPM' license: - link: "https://opensource.org/licenses/MIT" - img: "https://img.shields.io/npm/l/{{{fullname}}}.svg?label=License" - alt: "License: MIT" + link: 'https://opensource.org/licenses/MIT' + img: 'https://img.shields.io/npm/l/{{{fullname}}}.svg?label=License' + alt: 'License: MIT' deepscan: - link: "https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256" - img: "https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg" - alt: "Code quality on DeepScan" + link: 'https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256' + img: 'https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg' + alt: 'Code quality on DeepScan' issues: - link: "https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3A{{name}}" - img: "https://img.shields.io/github/issues/freesewing/freesewing/pkg:{{name}}.svg?label=Issues" - alt: "Open issues tagged pkg:{{name}}" + link: 'https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3A{{name}}' + img: 'https://img.shields.io/github/issues/freesewing/freesewing/pkg:{{name}}.svg?label=Issues' + alt: 'Open issues tagged pkg:{{name}}' _social: twitter: - link: "https://twitter.com/freesewing_org" - img: "https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15" - alt: "Follow @freesewing_org on Twitter" - gitter: - link: "https://gitter.im/freesewing/chat" - img: "https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15" - alt: "Chat with us on Gitter" + link: 'https://twitter.com/freesewing_org' + img: 'https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15' + alt: 'Follow @freesewing_org on Twitter' + discord: + link: 'https://chat.freesewing.org' + img: 'https://img.shields.io/discord/698854858052075530?label=Chat%20on%20Discord' + alt: 'Chat with us on Discord' patron: - link: "https://freesewing.org/patrons/join" - img: "https://img.shields.io/badge/%F3%A0%80%A0-Support%20us-blueviolet.svg?logo=cash-app&logoColor=white&logoWidth=15" - alt: "Become a FreeSewing Patron" + link: 'https://freesewing.org/patrons/join' + img: 'https://img.shields.io/badge/%F3%A0%80%A0-Support%20us-blueviolet.svg?logo=cash-app&logoColor=white&logoWidth=15' + alt: 'Become a FreeSewing Patron' instagram: - link: "https://instagram.com/freesewing_org" - img: "https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15" - alt: "Follow @freesewing_org on Twitter" - + link: 'https://instagram.com/freesewing_org' + img: 'https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15' + alt: 'Follow @freesewing_org on Twitter' diff --git a/config/templates/readme.dflt.md b/config/templates/readme.dflt.md index f5e8f2bb944..a7579745a84 100644 --- a/config/templates/readme.dflt.md +++ b/config/templates/readme.dflt.md @@ -43,7 +43,7 @@ should [become a patron](https://freesewing.org/patrons/join). - 💻 Makers website: [freesewing.org](https://freesewing.org) - 💻 Developers website: [freesewing.dev](https://freesewing.dev) - - 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat) + - 💬 Chat: On Discord via [chat.freesewing.org](https://chat.freesewing.org/) - 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org) - 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org) @@ -54,7 +54,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC ## Where to get help 🤯 -Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions, +Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to ask questions, share your feedback, or just hang out. If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).