diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 0000000..e3e7155 --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,8 @@ +{ + "src_file": "index.bs", + "type": "bikeshed", + "params": { + "force": 1 + } +} + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..31c4c73 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +# Alternate Loading Modes + +This repository is being used for work in the W3C Alternate Loading Modes, 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. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..4c9ce92 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +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/). diff --git a/README.md b/README.md new file mode 100644 index 0000000..e964e1d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Alternate Loading Modes + +This is the repository for Alternate Loading Modes. You're welcome to +[contribute](CONTRIBUTING.md)! diff --git a/explainer.md b/explainer.md new file mode 100644 index 0000000..b62a23e --- /dev/null +++ b/explainer.md @@ -0,0 +1,3 @@ +## Explainer + +### Examples diff --git a/index.bs b/index.bs new file mode 100644 index 0000000..2495edd --- /dev/null +++ b/index.bs @@ -0,0 +1,17 @@ +
+Title: Alternate Loading Modes +Shortname: alternate-loading-modes +Level: 1 +Status: CG-DRAFT +Group: WICG +Repository: WICG/alternate-loading-modes +URL: http://example.com/url-this-spec-will-live-at +Editor: Jeremy Roman, Google https://www.google.com/, jbroman@chromium.org +!Tests: web-platform-tests alternate-loading-modes/ (ongoing work) +Abstract: A short description of your spec, one or two sentences. ++ +Introduction {#intro} +===================== + +See https://github.com/tabatkins/bikeshed to get started.