Skip to content

Commit f60f32e

Browse files
committed
Add W3C boilerplate
1 parent b3f964d commit f60f32e

File tree

5 files changed

+52
-5
lines changed

5 files changed

+52
-5
lines changed

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code of Conduct
2+
3+
All documentation, code and communication under this repository are covered by
4+
the
5+
[W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Web Crypto Streams proposal
2+
3+
## Building the spec
4+
15
To build the spec locally first install bikeshed:
26

37
```sh
@@ -14,3 +18,29 @@ bikeshed spec # build once
1418

1519
bikeshed watch # rebuild on changes
1620
```
21+
22+
## IPR policy
23+
24+
This repository is being used for work in the W3C Web-Interoperable Runtimes
25+
Community Group, governed by the
26+
[W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/).
27+
To make substantive contributions, you must join the CG.
28+
29+
If you are not the sole contributor to a contribution (pull request), please
30+
identify all contributors in the pull request comment.
31+
32+
To add a contributor (other than yourself, that's automatic), mark them one per
33+
line as follows:
34+
35+
```
36+
+@github_username
37+
```
38+
39+
If you added a contributor by mistake, you can remove them in a comment with:
40+
41+
```
42+
-@github_username
43+
```
44+
45+
If you are making a pull request on behalf of someone else but you had no part
46+
in designing the feature, you can remove yourself with the above syntax.

LICENSE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
All Reports in this Repository are licensed by Contributors under the
2+
[W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document).
3+
4+
Contributions to Specifications are made under the
5+
[W3C CLA](https://www.w3.org/community/about/agreements/cla/).
6+
7+
Contributions to Test Suites are made under the
8+
[W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html)

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# What is this?
22

3-
This is the beginning of a proposal to define streaming support for Web Crypto. The
4-
idea is to develop the ideas for a bit then submit those to the WICG for consideration
5-
once the effort to kick off another round of Web Crypto related work is officially
6-
chartered. We want to do this bit of work in open.
7-
3+
This is the beginning of a proposal to define streaming support for Web Crypto.
4+
The idea is to develop the ideas for a bit then submit those to the WICG for
5+
consideration once the effort to kick off another round of Web Crypto related
6+
work is officially chartered. We want to do this bit of work in open.

w3c.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"group": "cg/wintercg",
3+
"contacts": ["lucacasonato"],
4+
"repo-type": "cg-report"
5+
}

0 commit comments

Comments
 (0)