Skip to content

Commit

Permalink
chore: add w3c boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
CanadaHonk committed Mar 14, 2024
1 parent 30c76e7 commit d9c08f5
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 201 deletions.
5 changes: 5 additions & 0 deletions CODE_OF_CONDUCT.md
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/).
46 changes: 46 additions & 0 deletions CONTRIBUTING.md
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.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

8 changes: 8 additions & 0 deletions LICENSE.md
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)
5 changes: 5 additions & 0 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"group": "cg/wintercg",
"contacts": ["canadahonk"],
"repo-type": "cg-report"
}

0 comments on commit d9c08f5

Please sign in to comment.