Contributing

Guidelines

These guidelines are general ones that apply globally to all PeopleForBikes projects.

However it is possible that individual projects have different or more specific recommendations. If there is one, always refer to the CONTRIBUTING.md file in the repository of the project you are working on.

Commit example

Use Docker Hub build environment values

Uses the Docker Hub build environment values in order to ensure the
correct version of ScrAPD is installed into the image.

Fixes scrapd/scrapd#54

The following commit is a good example as:

  1. The fist line is a short description and starts with an imperative verb.
  2. The first paragraph describes why this commit may be useful.
  3. The last line points to an existing issue and will automatically close it.