Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 934 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 934 Bytes

Contributing to CSV to JSON Converter

Thank you for considering contributing to this project! Here are a few guidelines to get you started:

How to Contribute

  1. Fork the repository on GitHub.
  2. Create a new branch from the main branch.
  3. Make your changes in the new branch.
  4. Ensure your changes pass all tests.
  5. Submit a pull request to the main branch.

Code Style

Please follow the coding style used in the project. Consistency helps readability and maintainability.

Reporting Issues

If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.

Pull Requests

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Submit your pull request.

We appreciate your contributions!