Skip to content

Commit 6979ccb

Browse files
committed
Replace links to Gitter channel with GitHub Discussions
1 parent 8c6bba7 commit 6979ccb

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# I don't want to read this whole thing I just have a question!!!
22

3-
> You can file an issue to ask a question, but you'll get faster results by using our official [Gitter channel](https://gitter.im/json-api-dotnet-core/Lobby) or [StackOverflow](https://stackoverflow.com/search?q=jsonapidotnetcore) where the community chimes in with helpful advice if you have questions.
3+
> You can file an issue to ask a question, but you'll get faster results by using [GitHub Discussions](https://github.com/json-api-dotnet/JsonApiDotNetCore/discussions) or [StackOverflow](https://stackoverflow.com/search?q=jsonapidotnetcore) where the community chimes in with helpful advice if you have questions.
44
55
# How can I contribute?
66

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ contact_links:
66
- name: Sponsor JsonApiDotNetCore
77
url: https://github.com/sponsors/json-api-dotnet
88
about: Help the continued development.
9-
- name: Ask on Gitter
10-
url: https://gitter.im/json-api-dotnet-core/Lobby
9+
- name: Ask on GitHub Discussions
10+
url: https://github.com/json-api-dotnet/JsonApiDotNetCore/discussions
1111
about: Get in touch with the whole community.
1212
- name: Ask on Stack Overflow
1313
url: https://stackoverflow.com/questions/tagged/json-api

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Coverage](https://codecov.io/gh/json-api-dotnet/JsonApiDotNetCore/branch/master/graph/badge.svg?token=pn036tWV8T)](https://codecov.io/gh/json-api-dotnet/JsonApiDotNetCore)
77
[![NuGet](https://img.shields.io/nuget/v/JsonApiDotNetCore.svg)](https://www.nuget.org/packages/JsonApiDotNetCore/)
88
[![GitHub License](https://img.shields.io/github/license/json-api-dotnet/JsonApiDotNetCore)](LICENSE)
9-
[![Chat](https://badges.gitter.im/json-api-dotnet-core/Lobby.svg)](https://gitter.im/json-api-dotnet-core/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
109
[![FIRST-TIMERS](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://www.firsttimersonly.com/)
1110

1211
A framework for building [JSON:API](https://jsonapi.org/) compliant REST APIs using ASP.NET Core and Entity Framework Core. Includes support for the [Atomic Operations](https://jsonapi.org/ext/atomic/) extension.

docs/home/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,10 @@ <h2>Sponsors</h2>
323323
<div class="row justify-content-center">
324324
<div class="col-lg-8">
325325
<h4>Contact us</h4>
326-
<p>If you find any bugs or have a feature request, please create an issue in the <a href="https://github.com/json-api-dotnet/JsonApiDotNetCore" target="_blank">GitHub repository</a>. For questions or just to socialize, everyone is welcome in our <a href="https://gitter.im/json-api-dotnet-core/Lobby" target="_blank">Gitter channel</a>!</p>
326+
<p>
327+
If you find any bugs or have a feature request, please create an issue in the <a href="https://github.com/json-api-dotnet/JsonApiDotNetCore" target="_blank">GitHub repository</a>.
328+
For questions or just to socialize, everyone is welcome at our <a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/discussions" target="_blank">GitHub Discussions</a>!
329+
</p>
327330
</div>
328331
</div>
329332
</div>

docs/usage/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ which produces SQL and uses [Dapper](https://github.com/DapperLib/Dapper) for da
166166
The best way to express your gratitude is by starring our repository.
167167
This increases our leverage when asking for bug fixes in dependent projects, such as the .NET runtime and Entity Framework Core.
168168
You can also [sponsor](https://github.com/sponsors/json-api-dotnet) our project.
169-
Of course, a simple thank-you message in our [Gitter channel](https://gitter.im/json-api-dotnet-core/Lobby) is appreciated too!
169+
Of course, a simple thank-you message on [GitHub Discussions](https://github.com/json-api-dotnet/JsonApiDotNetCore/discussions) is appreciated too!
170170

171171
If you'd like to do more: try things out, ask questions, create GitHub bug reports or feature requests, or upvote existing issues that are important to you.
172172
We welcome PRs, but keep in mind: The worst thing in the world is opening a PR that gets rejected after you've put a lot of effort into it.

0 commit comments

Comments
 (0)