Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 787 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 787 Bytes

Contributing

Thanks for your interest in Flow Dashboard. All forms of contribution are welcome, from issue reports to PRs.

  • We use node.js v3 for development and testing.

Before you open a PR:

  • See README.md for setup instructions
  • Make sure there's an issue open for any work you take on and intend to submit as a pull request - it helps to review your concept and direction early and is a good way to discuss what you're planning to do.
  • If you open an issue and are interested in working on a fix, please let us know. We'll help you get started, rather than adding it to the queue.
  • Where possible, include tests with your changes, either that demonstrates the bug, or tests the new functionality. If you're not sure how to test your changes, feel free to ping @onejgordon