Thank you for considering contributing to this project! Here are some guidelines to help you get started:
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/your-username/amplify-homework-supply.git
- Create a branch:
git checkout -b your-branch-name
- Make your changes: Implement your feature or fix.
- Commit your changes:
git commit -m "Description of your changes"
- Push to your branch:
git push origin your-branch-name
- Create a Pull Request: Go to the repository on GitHub and click "New Pull Request".
Please read and follow our Code of Conduct to ensure a welcoming and inclusive environment.
If you find a bug or have a feature request, please create an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.
- Follow the existing code style.
- Write clear and concise commit messages.
- Include tests for new features and bug fixes.
By contributing, you agree that your contributions will be licensed under the same license as the project.
Thank you for your contributions!