File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to CloudEvents' JavaScript SDK
2
+
3
+ :+1 ::tada : First off, thanks for taking the time to contribute! :tada ::+1 :
4
+
5
+ Following you will see some guidelines about how to contribute with
6
+ JavaScript SDK.
7
+
8
+ ## Pull Requests
9
+
10
+ Guidelines about how to perform pull requests.
11
+
12
+ ### PR to ` develop `
13
+
14
+ - fixes in the documentation (readme, contributors)
15
+ - propose new files for documentation
16
+ - implementation of new features
17
+
18
+ ### PR to ` master `
19
+
20
+ - hot fixes
21
+
22
+ ## Style Guide
23
+
24
+ _ TODO_
25
+
26
+ ### JavaScript Style Guide
27
+
28
+ _ TODO_
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Official CloudEvents' SDK for JavaScript.
8
8
9
9
<img src =" https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png " width =" 300 " height =" 58 " alt =" CloudEvents logo " >
10
10
11
+ ## Contributing
12
+
13
+ Before create an awesome PR, please read our [ guidelines] ( ./CONTRIBUTING.md ) .
14
+
11
15
## Versioning
12
16
13
17
### Before Spec reaches 1.0
You can’t perform that action at this time.
0 commit comments