Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

45 lines (33 loc) · 1.36 KB

Contributing Guidelines

Thank you for considering contributing to this project! Here are some guidelines to help you get started:

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork:
    git clone https://github.com/your-username/amplify-homework-supply.git
  3. Create a branch:
    git checkout -b your-branch-name
  4. Make your changes: Implement your feature or fix.
  5. Commit your changes:
    git commit -m "Description of your changes"
  6. Push to your branch:
    git push origin your-branch-name
  7. Create a Pull Request: Go to the repository on GitHub and click "New Pull Request".

Code of Conduct

Please read and follow our Code of Conduct to ensure a welcoming and inclusive environment.

Reporting Issues

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.

Coding Standards

  • Follow the existing code style.
  • Write clear and concise commit messages.
  • Include tests for new features and bug fixes.

License

By contributing, you agree that your contributions will be licensed under the same license as the project.

Thank you for your contributions!