Use the github issue tracker to submit bugs or ask questions.
To contribute features or bug fixes, create a fork then a pull request back to this repository.
- Please provide a detailed commit message
- When contributing new pipelines, be sure to add an example configuration in the
examples
directory. - Tests for templates are optional and can help speed template development.
- Full tests for pipelines using Docker are encouraged.
All tests should be passing when running make test
from the root directory.
Before making a pull request make build
should exit successfully
make build
depends on docker and docker-compose. See the integration test documentation
for details.