File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,9 @@ Please keep the following in mind when considering a code contribution:
99
99
be assigned to it.
100
100
101
101
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.
106
105
* All code contributions must be accompanied with new or modified tests that
107
106
verify that the code works as expected; i.e. that the issue has been fixed or
108
107
that the functionality works as intended.
@@ -162,6 +161,5 @@ when contributing to the SDK.
162
161
[ label-doc-issue ] : https://github.com/aws/aws-sdk-java-v2/labels/documentation
163
162
[ label-feature-request ] : https://github.com/aws/aws-sdk-java-v2/labels/feature-request
164
163
[ git-rewriting-history ] : https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
165
- [ gitter ] : https://gitter.im/aws/aws-sdk-java-v2
166
164
[ 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
167
165
[ 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
Original file line number Diff line number Diff line change 1
1
# AWS SDK for Java 2.0
2
2
![ Build Status] ( https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTFJSRXBBN1hkU1ZEQzZ4M1hoaWlFUExuNER3WjNpVllSQ09Qam1YdFlTSDNTd3RpZzNia3F0VkJRUTBwZlQwR1BEelpSV2dWVnp4YTBCOFZKRzRUR004PSIsIml2UGFyYW1ldGVyU3BlYyI6ImdHdEp1UHhKckpDRmhmQU4iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master )
3
3
[ ![ 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 )
5
4
[ ![ codecov] ( https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aws/aws-sdk-java-v2 )
6
5
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7
6
[ ![ 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
173
172
[ sdk-website ] : http://aws.amazon.com/sdkforjava
174
173
[ aws-java-sdk-bom ] : https://github.com/aws/aws-sdk-java-v2/tree/master/bom
175
174
[ stack-overflow ] : http://stackoverflow.com/questions/tagged/aws-java-sdk
176
- [ gitter ] : https://gitter.im/aws/aws-sdk-java-v2
177
175
[ features ] : https://github.com/aws/aws-sdk-java-v2/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature-request%22
178
176
[ support-center ] : https://console.aws.amazon.com/support/
179
177
[ console ] : https://console.aws.amazon.com
You can’t perform that action at this time.
0 commit comments