Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (29 loc) · 747 Bytes

Contributing

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.

Installing

$ git clone https://github.com/rucas/taskd 

Tests

official-images

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

shellcheck

$ brew install shellcheck
$ shellcheck *.sh

hadolint

$ brew install hadolint
$ hadolint Dockerfile

Submitting a Patch

  1. Create an issue
  2. Fork the repo
  3. Run tests
  4. Push commits to your fork and submit a PR