From: Joel Rosdahl Date: Sun, 28 Dec 2025 15:13:00 +0000 (+0100) Subject: chore: Remove references to no longer used Gitter channel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed98983c3cb64c83a88ade9ec0a0cace057f178;p=thirdparty%2Fccache.git chore: Remove references to no longer used Gitter channel --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f77dce99..e98132c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,6 @@ There are several options: [discussions](https://github.com/ccache/ccache/issues/discussions). 2. Post your question to the [mailing list](https://lists.samba.org/mailman/listinfo/ccache/). -3. Chat in the [Gitter room](https://gitter.im/ccache/ccache). ## Reporting an issue? @@ -34,11 +33,11 @@ proposal(s) on [GitHub](https://github.com/ccache/ccache). Here are some hints to make the process smoother: * Have a look in `ARCHITECTURE.md` for an overview of the source code tree. -* If you plan to implement major changes it is wise to open an issue on GitHub - (or ask in the Gitter room, or send a mail to the mailing list) asking for - comments on your plans before doing the bulk of the work. That way you can - avoid potentially wasting time on doing something that may need major rework - to be accepted, or maybe doesn't end up being accepted at all. +* If you plan to implement major changes it is wise to open a discussion or an + issue on GitHub (or send a mail to the mailing list) asking for comments on + your plans before doing the bulk of the work. That way you can avoid + potentially wasting time on doing something that may need major rework to be + accepted, or maybe doesn't end up being accepted at all. * Is your pull request "work in progress", i.e. you don't think that it's ready for merging yet but you want early comments and CI test results? Then create a draft pull request as described in [this Github blog