Thank you for considering contributing to this project! Please note:
- By submitting a contribution, you agree to our Contributor License Agreement (CLA).
- Contributions will not be merged unless you have signed the CLA.
Read and sign the CLA here
Please note that this project is governed by a Contributor Code of Conduct. By participating in this project, you agree to comply with its terms.
- Fork/clone the repository.
- Create a new branch from
main. - Implement your changes and add tests.
- Ensure the tests pass successfully.
- Ensure the GitHub Action "Test" pass successfully.
- Create a pull request!
- Fork/clone the repository.
- Add your changes.
- Create a pull request.
Before submitting a pull request, please sign the CLA using the following link:
Sign the CLA
Contributions cannot be merged unless the CLA is signed.
Thank you for your contributions and for helping us build something great!
...
├── .github
└── generated-files # files needed to run the autmatic "GitLab Release checker"
├── lib # bashunit binary
├── scripts # scripts for the build/syncversion workflows
└── tests
├── fixtures # fixtures for the tests
├── helper # helping scripts (e.g. "test-case.sh"-files)
└── unit # The actual tests