From e93110b25427b2105836508922754d05a94621f7 Mon Sep 17 00:00:00 2001 From: Bastien Teinturier <31281497+t-bast@users.noreply.github.com> Date: Mon, 20 Sep 2021 09:03:16 +0200 Subject: [PATCH] Use Github discussions instead of Gitter (#1954) Remove references to Gitter, so that newcomers use Github discussions instead. --- .github/ISSUE_TEMPLATE.md | 5 +++-- CONTRIBUTING.md | 2 +- README.md | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6f1dc12f8..366803719 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,14 @@ - + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e63f57962..33406150a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ This will help you understand the different parts of the codebase and how they w ## Communicating -We recommend using our Gitter [developers channel](https://gitter.im/ACINQ/developers). +We recommend using the [developers channel](https://github.com/ACINQ/eclair/discussions/categories/developers). Introducing yourself and explaining what you'd like to work on is always a good idea: you will get some pointers and feedback from experienced contributors. It will also ensure that you're not duplicating work that someone else is doing. diff --git a/README.md b/README.md index 5ec68bd07..fdf250089 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build Status](https://github.com/ACINQ/eclair/workflows/Build%20&%20Test/badge.svg)](https://github.com/ACINQ/eclair/actions?query=workflow%3A%22Build+%26+Test%22) [![codecov](https://codecov.io/gh/acinq/eclair/branch/master/graph/badge.svg)](https://codecov.io/gh/acinq/eclair) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) -[![Gitter chat](https://img.shields.io/badge/chat-on%20gitter-red.svg)](https://gitter.im/ACINQ/eclair) **Eclair** (French for Lightning) is a Scala implementation of the Lightning Network.