Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 712 Bytes

Contributing to the Fn Flow Service

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.