Skip to content

Commit eda4fe0

Browse files
author
Marcos Cáceres
committed
chore(CONTRIBUTING.md): update text for WebAppsWG
1 parent 3b5bf18 commit eda4fe0

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Contributing
1+
# Contributing
2+
23
Everyone is welcome to contribute to this specification.
34

45
Any simple editorial contribution can simply be done with a pull request.
56
You can even do an inline edit of the file on GitHub.
67

78
For more substantial contributions that, please first start a thread in the
8-
[webapps mailing list](http://lists.w3.org/Archives/Public/public-webapps/) at
9+
[webapps mailing list](http://lists.w3.org/Archives/Public/public-webapps/) at
910
the W3C.
1011

1112
Note: Contributions to this repository are intended to become part of Recommendation-track documents governed by the
12-
[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and
13+
[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy/) and
1314
[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must either participate
1415
in the relevant W3C Working Group or make a non-member patent licensing commitment.
1516

16-
If you are not the sole contributor to a contribution (pull request), please identify all
17+
If you are not the sole contributor to a contribution (pull request), please identify all
1718
contributors in the pull request comment.
1819

1920
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
@@ -28,29 +29,29 @@ If you added a contributor by mistake, you can remove them in a comment with:
2829
-@github_username
2930
```
3031

31-
If you are making a pull request on behalf of someone else but you had no part in designing the
32+
If you are making a pull request on behalf of someone else but you had no part in designing the
3233
feature, you can remove yourself with the above syntax.
3334

35+
## Style guide to contributors
3436

35-
36-
# Style guide to contributors
37-
- the spec uses [ReSpec](http://dev.w3.org/2009/dap/ReSpec.js/documentation.html)
37+
- the spec uses [ReSpec](https://github.com/w3c/respec/wiki)
3838
- the spec is tidied using [HTML5 Tidy](https://github.com/w3c/tidy-html5). For
39-
instructions on running HTML5 tidy, see below.
39+
instructions on running HTML5 tidy, see below.
4040
- put comments in front of sections, for better readability with
41-
syntax coloring editors
41+
syntax coloring editors
4242

43+
## Running HTML5 Tidy
4344

44-
# Running HTML5 Tidy
4545
Please make sure you have HTML5 tidy installed, instead of
46-
the the one that ships with *nix systems. You can comfirm this by running:
46+
the the one that ships with \*nix systems. You can comfirm this by running:
4747

48-
```bash
48+
```bash
4949
tidy --version #HTML Tidy for HTML5 (experimental) for ...
5050
```
51+
5152
Once you have confirmed (make sure you have committed your changes before
5253
running tidy, as the changes are destructive ... in a good way:)):
5354

54-
```bash
55+
```bash
5556
tidy -config tidyconf.txt -o index.html index.html
5657
```

0 commit comments

Comments
 (0)