Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.28 KB

FMTK Contributing Guidelines

We want to make contributing to this project as easy as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features

Propose Changes

Pull requests are the best way to propose changes to the codebase.

Steps:

  1. Fork the repo and create your branch from master.
  2. If you've changed APIs, update the documentation.
  3. Make sure your code lints.
  4. Issue that pull request!

Report Bugs

We use GitHub issues to track bugs. Report a bug by opening a new issue.

Great Bug Reports tend to have:

  • A quick summary and/or background
  • Steps to reproduce
    • Be specific!
    • Give sample code if you can
  • What you expected would happen
  • What actually happens
  • Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

Coding Style

  • As long as there is some attempt at consistency we should be fine.

License

By contributing, you agree that your contributions will be licensed under the MIT License.