Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

34 lines (20 loc) · 1.07 KB

How to contribute

ContainerFS is Apache 2.0 licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on commit message formatting, contact points for developers, and other resources to help get contributions into etcd.

Email

Getting started

  • Fork the repository on GitHub
  • Read the README.md for build instructions

Reporting bugs and creating issues

Reporting bugs is one of the best ways to contribute.

Contribution flow

This is a rough outline of what a contributor's workflow looks like:

  • Create a topic branch from where to base the contribution. This is usually master.
  • Make commits of logical units.
  • Make sure commit messages are in the proper format (see below).
  • Push changes in a topic branch to a personal fork of the repository.
  • Submit a pull request to ContainerFS.

Thanks for contributing!

Code style

The coding style suggested by the Golang community is used in ContainerFS.

Please follow this style to make ContainerFS easy to review, maintain and develop.