Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 494 Bytes

File metadata and controls

15 lines (11 loc) · 494 Bytes

docs/CONTRIBUTING.md

Guidelines for contributing to the project.

Contributing to JSON Toolkit

We welcome contributions! To contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add feature')
  5. Push to the branch (git push origin feature-branch)
  6. Create a pull request

Please ensure your code follows the existing style and includes tests.