Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Docs: Add contributing info
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Feb 10, 2020
1 parent b4cf7c1 commit e1553d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributing

## Issues

Issues are always very welcome.

### Tell us

* What you are doing?
* Post sample use case that reproduces the issue. Attaching the entire Dockerfile is the best option
* What do you expect to happen?
* What is actually happening?

When you post code, please use [Github flavored markdown](https://help.github.com/articles/github-flavored-markdown), in order to get proper syntax highlighting!

## Pull requests

Open a PR to the `develop` branch with your contribution.

## Coding Guidelines

As part of the test process, all commit messages will be linted, and your PR will **not** be accepted if it does not pass linting.

0 comments on commit e1553d1

Please sign in to comment.