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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ information to effectively respond to your bug report or contribution.
10
10
11
11
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
12
12
13
-
When filing an issue, please check [existing open](https://github.com/aws-solutions/quota-monitor-for-aws/issues), or [recently closed](https://github.com/aws-solutions/quota-monitor-for-aws/issues?q=is%3Aissue+is%3Aclosed), issues to make sure somebody else hasn't already
13
+
When filing an issue, please check [existing open](https://github.com/aws-solutions/quota-monitor-for-aws/issues), or [recently closed](https://github.com/aws-solutions/quota-monitor-for-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14
14
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
15
15
16
16
- A reproducible test case or series of steps
@@ -38,6 +38,10 @@ To send us a pull request, please:
38
38
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
39
39
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
40
40
41
+
## Finding contributions to work on
42
+
43
+
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/aws-solutions/quota-monitor-for-aws/labels/help%20wanted) issues is a great place to start.
44
+
41
45
## Code of Conduct
42
46
43
47
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
@@ -52,4 +56,4 @@ If you discover a potential security issue in this project we ask that you notif
52
56
53
57
See the [LICENSE](https://github.com/aws-solutions/quota-monitor-for-aws/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
54
58
55
-
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
59
+
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
0 commit comments