Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 1.07 KB

Contributing

All contributions are much welcome and greatly appreciated! Expect to be credited for you effort.

General

Generally try to limit the scope of any Pull Request to an atomic update if possible. This way, it's much easier to assess and review your changes.

You should expect a considerably faster turn around if you submit two or more PRs instead of baking them all into one major PR.

Pull Request Guidelines

Before you submit a pull request, check that it meets these guidelines:

  1. All the pull requests are made against master branch.

  2. The pull request should include tests.

  3. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.md.

Coding conventions

Generally we recommend two ways to stay up-to-date on amigo coding standards.

  1. Read and pay attention to current code in the repository

  2. Install a plugin for EditorConfig and let it handle some of the detailed settings for you.