Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove more mentions of gitter #4361

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion diesel_dynamic_schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions diesel_dynamic_schema/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
4 changes: 2 additions & 2 deletions guide_drafts/trait_derives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading