-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: add advice on using the Bikeshed HTTP API
This will ensure contributors are always using the latest up-to-date Bikeshed.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 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 |
---|---|---|
|
@@ -25,9 +25,13 @@ reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are ne | |
Please add your name to the Acknowledgments section in your first pull request, even for trivial | ||
fixes. The names are sorted lexicographically. | ||
|
||
To generate `dom.html`, [bikeshed](https://github.com/tabatkins/bikeshed) can be used. (Do not worry | ||
if using that tool is too complicated, your pull request does not need to contain the generated HTML | ||
to be accepted.) | ||
To generate `dom.html`, [bikeshed](https://github.com/tabatkins/bikeshed) can be used. Do not worry | ||
if using that tool is too complicated; your pull request does not need to contain the generated HTML | ||
to be accepted. If you _do_ want to use it, the easiest way is probably via the HTTP API: | ||
|
||
``` | ||
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > dom.html | ||
``` | ||
|
||
#### Formatting | ||
|
||
|