Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 917 Bytes

File metadata and controls

25 lines (15 loc) · 917 Bytes

Contributing Guidelines

Anyone is welcome to make PRs for editorial changes to the specification. These include typo fixes, rewordings, or any other changes that don't affect the meaning of the spec.

To submit normative changes, however, you will need to be a WinterTC delegate or invited expert. See here for more information.

Building the spec

WinterTC specifications are developed using Bikeshed.

If you have Python 3.9 or higher on your system, you can install Bikeshed with:

pip3 install bikeshed

For other ways of installing it, see the Bikeshed documentation.

Then, you can build the specification using:

bikeshed spec index.bs index.html

You might also find the bikeshed watch and bikeshed serve commands useful.