Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

39 lines (23 loc) · 1.51 KB

Contributing to AWS Lambda Handyman

Thanks for your interest in AWS Lambda Handyman, and your contribution.

The following is a set of guidelines for contributing to AWS Lambda Handyman project, which are hosted in the GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Did you find a bug?

Do not open up a GitHub issue if the bug is a security vulnerability in libraries used in this project.

Ensure the bug was not already reported by searching on GitHub under Issues.

If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behaviour that is not occurring.

Did you write a patch that fixes a bug?

Open a new GitHub pull request with the patch.

Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Did you fix white space, format code, or make a purely cosmetic patch?

Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability will generally not be accepted.

Do you want to contribute to the documentation?

Go Ahead

AWS Lambda Handyman is a volunteer effort. We encourage you to pitch in and join the team!

Thanks! AWS Lambda Handyman Team