Contributions to Amazon ECS Init should be made via GitHub pull requests and discussed using GitHub issues.
If you would like to make a significant change, it's a good idea to first open an issue to discuss it.
Development takes place against the dev
branch of this repository and pull
requests should be opened against that branch.
Non-code changes, such as updating the README, may be against master if they are applicable to master.
Any contributions should pass all tests.
You may run all test by either running the make test
target (requires go
and go cover
to be installed) or by running the make test-in-docker
target
which requires only Docker to be installed.
Amazon ECS Init is officially supported when packaged as an RPM for the Amazon
Linux AMI. We welcome other packaging contributions in the packaging
folder.
Amazon ECS Init is released under an Apache 2.0 license. Any code you submit will be released under that license.
For significant changes, we may ask you to sign a Contributor License Agreement.