This tutorial details of how to write a new SIP and adding it to the website. Currently two mechanisms of providing a new SIP are recommended:

Writing a SIP in Markdown

First, create a new SIP file in the pending/_posts directory. Make sure the new file follows the format: YYYY-MM-dd-{title}.md. Where:

Markdown formatting

Use the Markdown Syntax to write your SIP.

See the source for this document (sip-tutorial.md) for how to do sytnax highlighting.

class Foo

Testing changes

Testing changes requires installing Jekyll.

Use the run-server.sh script locally to ensure your SIP looks correct in the website. This will create a local site at http://localhost:4000/sips.