Skip to content

Commit 660de7b

Browse files
committed
Add w3c bootstrap files
1 parent d0839dc commit 660de7b

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
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+
# Common Minimum API 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)

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": ["jasnell"],
4+
"repo-type": "cg-report"
5+
}

0 commit comments

Comments
 (0)