Skip to content

Contributor Guidelines

Kevin Chang edited this page Jan 13, 2021 · 3 revisions

Code Style

  • Docstrings for methods
  • Minimum amount of print statements when possible.
  • Descriptive commits (PR number - changes) 12 - Fixed abc bug
  • Descriptive method names

Pull Request Guidelines

  • Explain how to replicate changes. Before/after behavior is ideal
  • No giant pull requests, split up by feature
  • Minor changelog in description helps reviewers
Clone this wiki locally