Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 896 Bytes

File metadata and controls

32 lines (20 loc) · 896 Bytes

Contributing Guidelines

Welcome to our project! We appreciate your interest and contributions.

Getting Started

  1. Fork the repository.
  2. Clone the forked repository to your local machine.
  3. Install dependencies using npm install or yarn install.

Making Changes

  1. Create a new branch for your changes: git checkout -b feature/your-feature.
  2. Make your changes.
  3. Test your changes thoroughly.
  4. Commit your changes: git commit -m "Add your meaningful commit message".
  5. Push your changes to your fork: git push origin feature/your-feature.
  6. Open a pull request on GitHub.

Code Style

Please follow our coding style guidelines.

Reporting Issues

If you encounter any issues, feel free to open a GitHub issue.

Contact

If you have any questions or need further assistance, reach out to us on email@example.com.

Happy coding!