-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0337468
commit 1defd5b
Showing
1 changed file
with
21 additions
and
0 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,21 @@ | ||
# CONTRIBUTING | ||
|
||
Contributions are welcome to this project! Here are some ways you can help: | ||
|
||
## Feature Requests and Bug Reports | ||
|
||
If you find a bug or have an idea for new feature, please open an issue in the [Issues](https://github.com/sameeramin/cdk-snippets-for-python/issues) section of this repository. Please include a clear description of the problem for bug and reason for new feature. | ||
|
||
## Contributing code | ||
|
||
If you would like to contribute code, please follow these steps: | ||
|
||
1. Fork the repository on GitHub | ||
2. Clone the repository to your local machine | ||
3. Create a new branch with a descriptive name | ||
4. Make your changes | ||
5. Commit your changes with a descriptive message | ||
6. Push your changes to your fork on GitHub | ||
7. Open a pull request in the [Pull Requests](https://github.com/sameeramin/cdk-snippets-for-python/pulls) section of this repository, explaining your changes and why they are necessary. | ||
|
||
We appreciate your help! Cheers! |