Contribution Guide
Thank you for your interest in contributing to the AWS Cheatsheet! This document provides guidelines and instructions for contributing to the project.
How to Contribute
1. Fork the Project
- Go to the repository on GitHub
- Click the "Fork" button in the upper right corner
- This will create a copy of the project in your GitHub account
2. Clone Your Fork
git clone https://github.com/your-username/aws-cheatsheet.git
cd aws-cheatsheet
3. Create a Branch
git checkout -b feature/your-contribution
4. Make Your Changes
- Make the necessary code changes
- Follow the project's code conventions
- Add tests when appropriate
- Update documentation as needed
5. Commit and Push
git add .
git commit -m "Clear description of changes"
git push origin feature/your-contribution
6. Open a Pull Request
- Go to the original repository on GitHub
- Click on "New Pull Request"
- Select your branch
- Describe your changes in detail
- Wait for review
Issues
We're looking for contributors to help with issues labeled as "good first issue". These are great opportunities to start contributing to the project:
Additional Resources
For more information about contributing to open source projects, check out the GitHub Contribution Guide.
Code of Conduct
Please read and follow our Code of Conduct to maintain a respectful and inclusive environment for all contributors.
License
By contributing, you agree that your contributions will be licensed under the same license as the project.