Skip to main content

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

  1. Go to the repository on GitHub
  2. Click the "Fork" button in the upper right corner
  3. 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

  1. Go to the original repository on GitHub
  2. Click on "New Pull Request"
  3. Select your branch
  4. Describe your changes in detail
  5. 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.