Lines Matching +full:pull +full:- +full:requests
5 bug reports, feature requests, and code contributions.
8 * [Bug Reports](#bug-reports)
9 * [Feature Requests](#feature-requests)
10 * [Code Contributions](#code-contributions)
11 * [Additional Resources](#additional-resources)
14 Bug reports are accepted through the [this][bug-report] page.
16 The following labels are used to track bug related issues: [Bug][label-bug],
17 [Documentation Issue][label-doc-issue].
53 ## Feature Requests
54 Feature requests are submitted through the [this][feature-request] page.
56 As with Bug Reports, please do a search of the open requests first before
67 Feature requests are labeled with [feature-request][label-feature-request].
83 Code contributions to the SDK are done through [Pull Requests][pull-requests].
98 hasn't been reported yet, create a new [Bug Report](#bug-reports) then ask to
102 Request](#feature-requests) or [ping][gitter] the maintainers to ask for
114 ### Pull Request Readiness
115 Before submitting your pull request, refer to the pull request readiness
119 * [ ] Code is documented, especially public and user-facing constructs
126 running the `scripts/new-change` script and following the instructions.
127 Commit the new file created by the script in `.changes/next-release` with
133 #### Additional Pull Request Requirements
136 interfaces](https://github.com/reactive-streams/reactive-streams-jvm), the
139 Kit](https://github.com/reactive-streams/reactive-streams-jvm/tree/master/tck)
142 ### Getting Your Pull Request Merged
143 All Pull Requests must be approved by at least one member of the SDK team
145 Pull Requests so it's not unusual for a Pull Request to go unreviewed for a few
146 days, especially if it's a large or complex one. If, after a week, your Pull
158 [markdown]: https://guides.github.com/features/mastering-markdown/
159 [issues]: https://github.com/aws/aws-sdk-java-v2/issues
160 [pull-requests]: https://github.com/aws/aws-sdk-java-v2/pulls
161 [label-bug]: https://github.com/aws/aws-sdk-java-v2/labels/bug
162 [label-doc-issue]: https://github.com/aws/aws-sdk-java-v2/labels/documentation
163 [label-feature-request]: https://github.com/aws/aws-sdk-java-v2/labels/feature-request
164 [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 [bug-report]: https://github.com/aws/aws-sdk-java-v2/issues/new?assignees=&labels=bug%2Cneeds-triag…
167 [feature-request]: https://github.com/aws/aws-sdk-java-v2/issues/new?assignees=&labels=feature-requ…