Skip to content

Commit 1599599

Browse files
committed
Update CONTRIBUTING.md
1 parent 9d20df5 commit 1599599

File tree

1 file changed

+31
-36
lines changed

1 file changed

+31
-36
lines changed

CONTRIBUTING.md

+31-36
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,56 @@
1-
# Contributing Guidelines
1+
# Guidelines for contributing
22

3-
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
4-
documentation, we greatly value feedback and contributions from our community.
3+
Thank you for your interest in contributing to AWS documentation! We greatly value feedback and contributions from our community.
54

6-
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
7-
information to effectively respond to your bug report or contribution.
5+
Please read through this document before you submit any pull requests or issues. It will help us work together more effectively.
86

7+
## What to expect when you contribute
98

10-
## Reporting Bugs/Feature Requests
9+
When you submit a pull request, our team is notified and will respond as quickly as we can. We'll do our best to work with you to ensure that your pull request adheres to our style and standards. If we merge your pull request, we might make additional edits later for style or clarity.
1110

12-
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
11+
The AWS documentation source files on GitHub aren't published directly to the official documentation website. If we merge your pull request, we'll publish your changes to the documentation website as soon as we can, but they won't appear immediately or automatically.
1312

14-
When filing an issue, please check [existing open](https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/issues), or [recently closed](https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
15-
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
13+
We look forward to receiving your pull requests for:
1614

17-
* A reproducible test case or series of steps
18-
* The version of our code being used
19-
* Any modifications you've made relevant to the bug
20-
* Anything unusual about your environment or deployment
15+
* New content you'd like to contribute (such as new code samples or tutorials)
16+
* Inaccuracies in the content
17+
* Information gaps in the content that need more detail to be complete
18+
* Typos or grammatical errors
19+
* Suggested rewrites that improve clarity and reduce confusion
2120

21+
**Note:** We all write differently, and you might not like how we've written or organized something currently. We want that feedback. But please be sure that your request for a rewrite is supported by the previous criteria. If it isn't, we might decline to merge it.
2222

23-
## Contributing via Pull Requests
24-
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
23+
## How to contribute
2524

26-
1. You are working against the latest source on the *master* branch.
27-
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
28-
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
25+
To contribute, send us a pull request. For small changes, such as fixing a typo or adding a link, you can use the [GitHub Edit Button](https://blog.github.com/2011-04-26-forking-with-the-edit-button/). For larger changes:
2926

30-
To send us a pull request, please:
27+
1. [Fork the repository](https://help.github.com/articles/fork-a-repo/).
28+
2. In your fork, make your change in a branch that's based on this repo's **master** branch.
29+
3. Commit the change to your fork, using a clear and descriptive commit message.
30+
4. [Create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/), answering any questions in the pull request form.
3131

32-
1. Fork the repository.
33-
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
34-
3. Ensure local tests pass.
35-
4. Commit to your fork using clear commit messages.
36-
5. Send us a pull request, answering any default questions in the pull request interface.
37-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
32+
Before you send us a pull request, please be sure that:
3833

39-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40-
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
34+
1. You're working from the latest source on the **master** branch.
35+
2. You check [existing open](https://github.com/awsdocs/aws-java-developer-guide-v2/pulls), and [recently closed](https://github.com/awsdocs/aws-java-developer-guide-v2/pulls?q=is%3Apr+is%3Aclosed), pull requests to be sure that someone else hasn't already addressed the problem.
36+
3. You [create an issue](https://github.com/awsdocs/aws-java-developer-guide-v2/issues/new) before working on a contribution that will take a significant amount of your time.
4137

38+
For contributions that will take a significant amount of time, [open a new issue](https://github.com/awsdocs/aws-java-developer-guide-v2/issues/new) to pitch your idea before you get started. Explain the problem and describe the content you want to see added to the documentation. Let us know if you'll write it yourself or if you'd like us to help. We'll discuss your proposal with you and let you know whether we're likely to accept it. We don't want you to spend a lot of time on a contribution that might be outside the scope of the documentation or that's already in the works.
4239

4340
## Finding contributions to work on
44-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/labels/help%20wanted) issues is a great place to start.
4541

42+
If you'd like to contribute, but don't have a project in mind, look at the [open issues](https://github.com/awsdocs/aws-java-developer-guide-v2/issues) in this repository for some ideas. Any issues with the [help wanted](https://github.com/awsdocs/aws-java-developer-guide-v2/labels/help%20wanted) or [enhancement](https://github.com/awsdocs/aws-java-developer-guide-v2/labels/enhancement) labels are a great place to start.
4643

47-
## Code of Conduct
48-
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
49-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
50-
[email protected] with any additional questions or comments.
44+
In addition to written content, we really appreciate new examples and code samples for our documentation, such as examples for different platforms or environments, and code samples in additional languages.
5145

46+
## Code of conduct
47+
48+
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). For more information, see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
5249

5350
## Security issue notifications
54-
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue.
5551

52+
If you discover a potential security issue, please notify AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public issue on GitHub.
5653

5754
## Licensing
5855

59-
See the [LICENSE](https://github.com/${GITHUB_ORG}/${GITHUB_REPO}/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60-
61-
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
56+
See the [LICENSE](https://github.com/awsdocs/aws-java-developer-guide-v2/blob/master/LICENSE) file for this project's licensing. We will ask you to confirm the licensing of your contribution. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

0 commit comments

Comments
 (0)