Skip to content

Commit

Permalink
Merge pull request moby#7091 from erikh/rfe
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md with links to sections and `Proposal:` process.
  • Loading branch information
Solomon Hykes committed Jul 31, 2014
2 parents 54b287b + 52db7b8 commit 1f2d757
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ Want to hack on Docker? Awesome! Here are instructions to get you
started. They are probably not perfect, please let us know if anything
feels wrong or incomplete.

## Topics

* [Security Reports](#security-reports)
* [Design and Cleanup Proposals](#design-and-cleanup-proposals)
* [Reporting Issues](#reporting-issues)
* [Build Environment](#build-environment)
* [Contribution Guidelines](#contribution-guidelines)

## Security Reports

Please **DO NOT** file an issue for security related issues. Please send your
reports to [[email protected]](mailto:[email protected]) instead.

## Design and Cleanup Proposals

When considering a design proposal, we are looking for:

* A description of the problem this design proposal solves
* An issue -- not a pull request -- that describes what you will take action on
* Please prefix your issue with `Proposal:` in the title
* Please review [the existing Proposals](https://github.com/dotcloud/docker/issues?direction=asc&labels=Proposal&page=1&sort=created&state=open)
before reporting a new issue. You can always pair with someone if you both
have the same idea.

When considering a cleanup task, we are looking for:

* A description of the refactors made
* Please note any logic changes if necessary
* A pull request with the code
* Please prefix your PR's title with `Cleanup:` so we can quickly address it.
* Your pull request must remain up to date with master, so rebase as necessary.

## Reporting Issues

When reporting [issues](https://github.com/docker/docker/issues) on
Expand Down

0 comments on commit 1f2d757

Please sign in to comment.