Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 346 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 346 Bytes

Contributing

Contributions to QueryCraft are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Submit a pull request.