From e1523a6a479ea4cccf6836ab62746a58dad8dfc0 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Tue, 26 Nov 2024 08:36:54 +0100 Subject: [PATCH 1/2] Remove more mentions of gitter --- CONTRIBUTING.md | 3 +-- README.md | 1 - diesel_dynamic_schema/README.md | 1 - diesel_dynamic_schema/src/lib.rs | 4 ++-- guide_drafts/trait_derives.md | 4 ++-- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8923128bc707..505499da2ba4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,7 @@ Thanks for your interest in contributing to Diesel! We very much look forward to your suggestions, bug reports, and pull requests. -We run an active [Gitter -channel](https://gitter.im/diesel-rs/diesel) where you can ask Diesel-related questions and +We run an active [discussion forum](https://github.com/diesel-rs/diesel/discussions) where you can ask Diesel-related questions and get help. Feel free to ask there before opening a GitHub issue or pull request. diff --git a/README.md b/README.md index a11a5fe960a0..64c5d7538c6e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ # A safe, extensible ORM and Query Builder for Rust [![Build Status](https://github.com/diesel-rs/diesel/workflows/CI%20Tests/badge.svg)](https://github.com/diesel-rs/diesel/actions?query=workflow%3A%22CI+Tests%22+branch%3Amaster) -[![Gitter](https://badges.gitter.im/diesel-rs/diesel.svg)](https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Crates.io](https://img.shields.io/crates/v/diesel.svg)](https://crates.io/crates/diesel) API Documentation: [latest release](https://docs.rs/diesel) – [master branch](https://docs.diesel.rs/master/diesel/index.html) diff --git a/diesel_dynamic_schema/README.md b/diesel_dynamic_schema/README.md index 8e59b791c595..29a5e4eb3d05 100644 --- a/diesel_dynamic_schema/README.md +++ b/diesel_dynamic_schema/README.md @@ -4,7 +4,6 @@ Query schemas not known at compile time with Diesel =================================================== [![Build Status](https://travis-ci.org/diesel-rs/diesel.svg)](https://travis-ci.org/diesel-rs/diesel-dynamic-schema) -[![Gitter](https://badges.gitter.im/diesel-rs/diesel.svg)](https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) API Documentation: [latest release](https://docs.rs/diesel-dynamic-schema) diff --git a/diesel_dynamic_schema/src/lib.rs b/diesel_dynamic_schema/src/lib.rs index 544d5146bcfe..f298869b397a 100644 --- a/diesel_dynamic_schema/src/lib.rs +++ b/diesel_dynamic_schema/src/lib.rs @@ -71,9 +71,9 @@ //! //! ## Getting help //! -//! If you run into problems, Diesel has a very active Gitter room. +//! If you run into problems, Diesel has a very active discussion forum. //! You can come ask for help at -//! [gitter.im/diesel-rs/diesel](https://gitter.im/diesel-rs/diesel) +//! [github.com/diesel-rs/diesel/discussions](https://github.com/diesel-rs/diesel/discussions) // Built-in Lints #![warn(missing_docs)] diff --git a/guide_drafts/trait_derives.md b/guide_drafts/trait_derives.md index 395aa453805e..bd119945d005 100644 --- a/guide_drafts/trait_derives.md +++ b/guide_drafts/trait_derives.md @@ -960,9 +960,9 @@ error[E0599]: no function or associated item named `belonging_to` found for type Please check out other [official guides] and [docs] for more information on using the Diesel framework. -If you have any questions, join our [gitter channel], +If you have any questions, join our [discussion forum], the Diesel team is happy to help. [official guides]: https://diesel.rs/guides/ [docs]: https://docs.diesel.rs -[gitter channel]: https://gitter.im/diesel-rs/diesel +[discussion forum]: https://github.com/diesel-rs/diesel/discussions From 5947633d688cd2a65f329740053bd8facc8087ea Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Tue, 26 Nov 2024 11:05:44 +0100 Subject: [PATCH 2/2] Also remove gitter from the issue template --- .github/ISSUE_TEMPLATE/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1213807ad1fd..b5105dafaf6b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,12 +3,9 @@ contact_links: - name: Compiler error while compiling diesel url: https://github.com/diesel-rs/diesel/issues?q=is%3Aissue+ld+returned+1+exit+status+ about: Failed to compile diesel? Have a look at existing issues. You've likely miss some required dependency. - - name: Simple Questions - url: https://gitter.im/diesel-rs/diesel - about: If you have a simple question please use our gitter channel. - - name: Complex Questions + - name: Questions url: https://github.com/diesel-rs/diesel/discussions/categories/q-a - about: Do you have a larger question? Ask in our forum. + about: Do you have questions? Ask in our forum. - name: Feature Requests url: https://github.com/diesel-rs/diesel/discussions/categories/ideas about: If you want to suggest a new feature please create a new topic in our discussions forum