Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 583 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 583 Bytes

Contributing to test.ai

Thank you for your interest in contributing to our project! Here are some guidelines to help you get started.

We are constantly working to improve Test.ai. Feel free to open an issue or submit a pull request if you'd like to contribute or report bugs.

Steps to Contribute:

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

Thank you for your contributions!