Contributing to the Fn Flow Service

October 24, 2017 ยท View on GitHub

We welcome all contributions!

How to contribute

  • Fork the repo.
  • Fix an issue. Or create an issue and fix it.
  • Create a pull request. Reference the issue that you are fixing.
  • Your branch will be built by our CI system. Make sure that this build passes.
  • Be ready to respond to comments and questions from the community.
  • Good job! Thanks for being awesome!

Tips for a swift merge

  • Make sure your branch has no conflicts with master. Rebase often.
  • Ensure that you have updated any doc comments or user/technical docs in /docs.
  • Don't make breaking changes to the public APIs.
  • Write tests - especially for public APIs.