github.com/beornf/libcompose@v0.4.1-0.20210215180846-a59802c0f07c/CONTRIBUTING.md (about)

     1  # Contributing to libcompose
     2  
     3  Want to hack on Libcompose? Awesome! Here are instructions to get you
     4  started.
     5  
     6  Libcompose is part of the [Docker](https://www.docker.com) project, and
     7  follows the same rules and principles. If you're already familiar with
     8  the way Docker does things, you'll feel right at home.
     9  
    10  Otherwise, go read Docker's
    11  [contributions guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md),
    12  [issue triaging](https://github.com/docker/docker/blob/master/project/ISSUE-TRIAGE.md),
    13  [review process](https://github.com/docker/docker/blob/master/project/REVIEWING.md) and
    14  [branches and tags](https://github.com/docker/docker/blob/master/project/BRANCHES-AND-TAGS.md).
    15  
    16  Happy hacking!