You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is being used for work in the W3C Web Platform Incubator Community Group, governed by the [W3C Community License
4
-
Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions,
5
-
you must join the CG.
3
+
Edits to the specification are done in the `spec.bs` file, which is then compiled with the [Bikeshed](https://tabatkins.github.io/bikeshed/) spec pre-processor.
6
4
7
-
If you are not the sole contributor to a contribution (pull request), please identify all
8
-
contributors in the pull request comment.
5
+
To build the specification, you can use one of:
9
6
10
-
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
7
+
-`make local`: uses a locally-installed copy of Bikeshed
8
+
-`make remote`: uses a Bikeshed web service, so you don't have to install anything locally
9
+
10
+
## For maintainers: identifying contributors to a pull request
11
+
12
+
If the author is not the sole contributor to a pull request, please identify all contributors in the pull request comment.
13
+
14
+
To add a contributor (other than the author, which is automatic), mark them one per line as follows:
11
15
12
16
```
13
17
+@github_username
@@ -19,5 +23,4 @@ If you added a contributor by mistake, you can remove them in a comment with:
19
23
-@github_username
20
24
```
21
25
22
-
If you are making a pull request on behalf of someone else but you had no part in designing the
23
-
feature, you can remove yourself with the above syntax.
26
+
If the author is making a pull request on behalf of someone else but they had no part in designing the feature, you can remove them with the above syntax.
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).
2
+
Contributions to Specifications are made under the [W3C CLA](https://www.w3.org/community/about/agreements/cla/).
3
+
Contributions to Test Suites are made under the [W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html).
0 commit comments