-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30c76e7
commit d9c08f5
Showing
5 changed files
with
64 additions
and
201 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,5 @@ | ||
# Code of Conduct | ||
|
||
All documentation, code and communication under this repository are covered by | ||
the | ||
[W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/). |
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,46 @@ | ||
# CLI API proposal | ||
|
||
## Building the spec | ||
|
||
To build the spec locally first install bikeshed: | ||
|
||
```sh | ||
pip3 install bikeshed && bikeshed update | ||
``` | ||
|
||
Then to build the spec (index.bs) into HTML (index.html), run one of the below | ||
commands: | ||
|
||
```sh | ||
bikeshed spec # build once | ||
|
||
# or | ||
|
||
bikeshed watch # rebuild on changes | ||
``` | ||
|
||
## IPR policy | ||
|
||
This repository is being used for work in the W3C Web-Interoperable Runtimes | ||
Community Group, governed by the | ||
[W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). | ||
To make substantive contributions, you must join the CG. | ||
|
||
If you are not the sole contributor to a contribution (pull request), please | ||
identify all contributors in the pull request comment. | ||
|
||
To add a contributor (other than yourself, that's automatic), mark them one per | ||
line as follows: | ||
|
||
``` | ||
+@github_username | ||
``` | ||
|
||
If you added a contributor by mistake, you can remove them in a comment with: | ||
|
||
``` | ||
-@github_username | ||
``` | ||
|
||
If you are making a pull request on behalf of someone else but you had no part | ||
in designing the feature, you can remove yourself with the above syntax. |
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,8 @@ | ||
All Reports in this Repository are licensed by Contributors under the | ||
[W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). | ||
|
||
Contributions to Specifications are made under the | ||
[W3C CLA](https://www.w3.org/community/about/agreements/cla/). | ||
|
||
Contributions to Test Suites are made under the | ||
[W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html) |
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,5 @@ | ||
{ | ||
"group": "cg/wintercg", | ||
"contacts": ["canadahonk"], | ||
"repo-type": "cg-report" | ||
} |