Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeramin authored Mar 20, 2024
1 parent 0337468 commit 1defd5b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
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!

0 comments on commit 1defd5b

Please sign in to comment.