Skip to content

Commit a495ee8

Browse files
authored
Remove Gitter badge/link (#5591)
Gitter is no longer actively monitored; GitHub Discussion is preferred.
1 parent 90c2f0d commit a495ee8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CONTRIBUTING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ Please keep the following in mind when considering a code contribution:
9999
be assigned to it.
100100

101101
If you are thinking about adding entirely new functionality, open a [Feature
102-
Request](#feature-requests) or [ping][gitter] the maintainers to ask for
103-
feedback first before beginning work; again this is to make sure that no one
104-
else is already working on it, and also that it makes sense to be included in
105-
the SDK.
102+
Request](#feature-requests) to ask for feedback first before beginning work;
103+
again this is to make sure that no one else is already working on it, and
104+
also that it makes sense to be included in the SDK.
106105
* All code contributions must be accompanied with new or modified tests that
107106
verify that the code works as expected; i.e. that the issue has been fixed or
108107
that the functionality works as intended.
@@ -162,6 +161,5 @@ when contributing to the SDK.
162161
[label-doc-issue]: https://github.com/aws/aws-sdk-java-v2/labels/documentation
163162
[label-feature-request]: https://github.com/aws/aws-sdk-java-v2/labels/feature-request
164163
[git-rewriting-history]: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
165-
[gitter]: https://gitter.im/aws/aws-sdk-java-v2
166164
[bug-report]: https://github.com/aws/aws-sdk-java-v2/issues/new?assignees=&labels=bug%2Cneeds-triage&template=bug-report.yml&title=%28short+issue+description%29
167165
[feature-request]: https://github.com/aws/aws-sdk-java-v2/issues/new?assignees=&labels=feature-request%2Cneeds-triage&template=feature-request.yml&title=%28short+issue+description%29

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# AWS SDK for Java 2.0
22
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTFJSRXBBN1hkU1ZEQzZ4M1hoaWlFUExuNER3WjNpVllSQ09Qam1YdFlTSDNTd3RpZzNia3F0VkJRUTBwZlQwR1BEelpSV2dWVnp4YTBCOFZKRzRUR004PSIsIml2UGFyYW1ldGVyU3BlYyI6ImdHdEp1UHhKckpDRmhmQU4iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
33
[![Maven](https://img.shields.io/maven-central/v/software.amazon.awssdk/s3.svg?label=Maven)](https://search.maven.org/search?q=g:%22software.amazon.awssdk%22%20AND%20a:%22s3%22)
4-
[![Gitter](https://badges.gitter.im/aws/aws-sdk-java-v2.svg)](https://gitter.im/aws/aws-sdk-java-v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
54
[![codecov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-java-v2)
65
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
76
[![All Contributors](https://img.shields.io/badge/all_contributors-111-orange.svg?style=flat-square)](#contributors-)
@@ -173,7 +172,6 @@ We need your help in making this SDK great. Please participate in the community
173172
[sdk-website]: http://aws.amazon.com/sdkforjava
174173
[aws-java-sdk-bom]: https://github.com/aws/aws-sdk-java-v2/tree/master/bom
175174
[stack-overflow]: http://stackoverflow.com/questions/tagged/aws-java-sdk
176-
[gitter]: https://gitter.im/aws/aws-sdk-java-v2
177175
[features]: https://github.com/aws/aws-sdk-java-v2/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature-request%22
178176
[support-center]: https://console.aws.amazon.com/support/
179177
[console]: https://console.aws.amazon.com

0 commit comments

Comments
 (0)