Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 843 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 843 Bytes

Contributing to Docker Toolbox

The Docker Toolbox is a part of the Docker project, and follows the contributing guidelines. If you're already familiar with the way Docker does things, you'll feel right at home.

Please sign your work before creating a pull request.

Thanks for taking the time to improve the Docker Toolbox!

License

By contributing your code, you agree to license your contribution under the Apache license.

Diff scpt files

.gitattributes

*.scpt diff=scpt

.git/config

[diff "scpt"]
    textconv = osadecompile
    binary = true