File: CONTRIBUTING.md

package info (click to toggle)
golang-github-docker-libtrust 0.0~git20160708.aabc10e-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 300 kB
  • sloc: makefile: 3
file content (13 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing to libtrust

Want to hack on libtrust? Awesome! Here are instructions to get you
started.

libtrust is a part of the [Docker](https://www.docker.com) project, and follows
the same rules and principles. If you're already familiar with the way
Docker does things, you'll feel right at home.

Otherwise, go read
[Docker's contributions guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md).

Happy hacking!