-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added contributing guidelines, added badge
- Loading branch information
Slaven Ivanov
authored and
Slaven Ivanov
committed
Aug 15, 2022
1 parent
8e13ff1
commit 2540997
Showing
3 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 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](https://github.com/growx-tech/aws-lambda-handyman). 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** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters