767 B
767 B
Contributing to CloudEvents' JavaScript SDK
👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Following you will see some guidelines about how to contribute with JavaScript SDK.
Branch Management
We use Gitflow to manage our branches and that's ok when develop
branch is
ahead of master
.
- Gitflow by @nvie
Pull Requests
Guidelines about how to perform pull requests.
- before submit the PR, open an issue and link them
PR to develop
- fixes in the documentation (readme, contributors)
- propose new files for the documentation
- implementation of new features
PR to master
- hot fixes
Style Guide
TODO
JavaScript Style Guide
TODO