Skip to content

Contributing and License ​

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this project better, please open an issue with the tag enhancement, fork the repository, and create a pull request. You can also simply open an issue to start a discussion.

How to Contribute ​

  1. Open an issue with the tag enhancement.

  2. Fork the project.

  3. Run npm install at the repository root to enable Git hooks (Husky).

  4. Create your feature branch:

    bash
    git checkout -b feature/AmazingFeature
  5. Commit your changes using the conventional format:

    bash
    git commit -m 'feat(ATAF): add some AmazingFeature'
  6. Push to the branch:

    bash
    git push origin feature/AmazingFeature
  7. Open a pull request.

More details are in the CODE_OF_CONDUCT.md file.

License ​

Distributed under the MIT License. See the LICENSE file for more information.

Contact ​

For questions, issues, or suggestions, please use the repository issue tracker or discussions section.