-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fabio José <fabiojose@gmail.com>
- Loading branch information
Showing
31 changed files
with
1,817 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
examples/ | ||
.travis.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 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_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.