Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 561 Bytes

Contributing Guide

Thank you for considering contributing to this project! Here's how you can help:

Reporting Issues

  1. Search to see if the issue is already reported.
  2. Provide steps to reproduce the issue.

Making Changes

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m "Add feature-name").
  4. Push to your fork (git push origin feature-name).
  5. Open a pull request.

Code Style