31 lines
568 B
Markdown
31 lines
568 B
Markdown
# Contributing to CloudEvents' JavaScript SDK
|
|
|
|
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
|
|
|
|
Following you will see some guidelines about how to contribute with
|
|
JavaScript SDK.
|
|
|
|
## 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_
|