Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 435 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 435 Bytes

Contributing Guidelines

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository to your GitHub account.
  2. Create a new branch for your changes: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m "Add your changes here"
  4. Push your changes to your fork: git push origin feature/your-feature-name
  5. Create a Pull Request in this repository.