Thank you for your contribution. Here are a set of guidelines for contributing to the taskd project.
Just follow these simple guidelines to get your PR merged ASAP.
$ git clone https://github.com/rucas/taskd
In order to run tests you need to clone:
$ git clone https://github.com/docker-library/official-images
$ ./official-images/test/run.sh rucas/taskd
$ brew install shellcheck
$ shellcheck *.sh
$ brew install hadolint
$ hadolint Dockerfile
- Create an issue
- Fork the repo
- Run tests
- Push commits to your fork and submit a PR