Contributing¶
We welcome contributions to enhance the Sterling Data Exchange Deployer.
To contribute:
1. Fork the Repository¶
Click the "Fork" button on the repository page.
2. Create a Feature Branch¶
git checkout -b feature/your-feature-name
3. Commit Your Changes¶
git commit -m "Add your feature"
4. Push to Your Fork¶
git push origin feature/your-feature-name
5. Submit a Pull Request¶
Open a pull request against the main
branch of the original repository.
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
Testing¶
Testing ensures the reliability and stability of the deployer.
To run tests:
1. Ansible Lint¶
Check for syntax and style issues:
ansible-lint playbooks/