Skip to content

Contributing to ATVaP

We welcome contributions to the ATVaP project. To get started:

  1. Create a new branch for your feature or bugfix: git checkout -b feature/your-feature-name

  2. Make your changes and commit them with a descriptive message: git commit -am "Add new feature: your feature description"

  3. Push your changes to the repository: git push origin feature/your-feature-name

  4. Create a pull request in our internal GitLab/GitHub instance for review.

Please ensure all tests pass before submitting a pull request. Refer to the Testing Section for details.