Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

37 lines (19 loc) · 1.56 KB

Contributing to DockerSlim

If you want to contribute submit a GitHub pull request or open an issue. Thank you!

TL;DR

Any contribution is better than no contribution :-) Submit a pull request or open an issue even if you are not sure or if you feel the contribution is not significant enough. If you want to accelerate the process you can follow the guidelines below.

Guidelines

Reporting Issues

Open an issue and provide enough cotext information to repro the condition. Don't worry if it's not possible to reproduce (reliably). Submit an issue anyways including the information you do have. The version information should be provided in all bug reports.

Environment Setup

See the BUILD PROCESS section in the README.md file.

Enhancements

Take a look at the open issues or feel free to create a new issue if what you'd like to do doesn't have an issue already. This includes documentation enhancements and design proposals too. When you submit your pull request make sure to reference the issue.

Coding Standards

Use the appropriate coding standards depending on the language and the stack you are using for the examples.

Testing

A simple script that automates your sample application interactions will be super useful.

Documentation

Provide a brief description of what your sample application is doing and how to use it.

Pull Requests

Standard guidelines for pull requests