You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
11
11
12
12
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13
13
14
-
When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already
14
+
When filing an issue, please check existing open or recently closed issues to make sure somebody else hasn't already
15
15
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16
16
17
17
* A reproducible test case or series of steps
@@ -21,11 +21,11 @@ reported the issue. Please try to include as much information as you can. Detail
21
21
22
22
23
23
## Contributing via Pull Requests
24
-
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
24
+
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure the following:
25
25
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.
26
+
1. You are working against the latest source on the *main* 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 to waste your time.
29
29
30
30
To send us a pull request, please:
31
31
@@ -36,7 +36,7 @@ To send us a pull request, please:
36
36
5. Send us a pull request, answering any default questions in the pull request interface.
37
37
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38
38
39
-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
39
+
GitHub provides additional documents on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40
40
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
41
41
42
42
@@ -45,17 +45,10 @@ Looking at the existing issues is a great way to find something to contribute on
45
45
46
46
47
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
-
opensource-codeofconduct@amazon.com with any additional questions or comments.
51
-
52
-
53
-
## 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.
48
+
Please review the adopted [code of conduct](CODE_OF_CONDUCT.md) and make sure you follow the guidelines.
55
49
56
50
57
51
## Licensing
58
52
59
-
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
53
+
See the [LICENSE](LICENSE) file for our project's licensing. By contributing, you agree that your contributions will be licensed under the existing license.
60
54
61
-
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