Contributing to ATVaP¶
We welcome contributions to the ATVaP project. To get started:
-
Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name
-
Make your changes and commit them with a descriptive message:
git commit -am "Add new feature: your feature description"
-
Push your changes to the repository:
git push origin feature/your-feature-name
-
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.