From ebcbd439ff3e0f6f92fa880ff28a8670a9bcf2ab Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sat, 17 Jul 2021 09:18:18 -0700 Subject: [PATCH] docs: advertise the Discord server (#1261) * docs: remove dependabot badge, it only works with -preview right now --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- README.md | 2 +- SUPPORT.md | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4c529264..9a72b4c8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ blank_issues_enabled: false contact_links: - name: Question - url: https://electronjs.org/community - about: Please ask questions about using Electron Packager in one of the community-driven sites. + url: https://discord.gg + about: "Please ask questions about using Electron Packager in the official Electron Discord server, at the #electron-packager channel." diff --git a/README.md b/README.md index 8c04fdd2..8baab347 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Package your [Electron](https://electronjs.org) app into OS-specific bundles (`. [![CircleCI Build Status](https://circleci.com/gh/electron/electron-packager/tree/master.svg?style=svg)](https://circleci.com/gh/electron/electron-packager/tree/master) [![Coverage Status](https://codecov.io/gh/electron/electron-packager/branch/master/graph/badge.svg)](https://codecov.io/gh/electron/electron-packager) [![NPM](https://badgen.net/npm/v/electron-packager)](https://npm.im/electron-packager) -![Dependabot Status](https://flat.badgen.net/dependabot/electron/electron-packager?icon=dependabot) +[![Discord](https://img.shields.io/discord/745037351163527189?color=blueviolet&logo=discord)](https://discord.gg/electron) [Supported Platforms](#supported-platforms) | [Installation](#installation) | diff --git a/SUPPORT.md b/SUPPORT.md index 42a21949..7b397874 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -2,7 +2,9 @@ If you have questions about usage, we encourage you to read the [frequently asked questions](https://github.com/electron/electron-packager/blob/master/docs/faq.md), -and visit one of the several [community-driven sites](https://github.com/electron/electron#community). +and visit one of the several [community-driven sites](https://github.com/electron/electron#community), +including the [official Electron Discord server](https://discord.gg/electron), where there is a +dedicated channel for Electron Packager. Troubleshooting suggestions can be found in our [contributing documentation](https://github.com/electron/electron-packager/blob/master/CONTRIBUTING.md#debugging).