Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 795 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 795 Bytes

Contributing

Mechanics

Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (✏) button.

Building the Specification

The specification is written in kramdown-rfc, which compiles via RFCXML to text and HTML.

You can build the formatted versions or the intermediate RFCXML file using https://author-tools.ietf.org/ or locally by running make. To preserve the intermediate RFCXML form in a local build, run make draft-marchan-kdl2.xml once.

Command line usage requires that you have the necessary software installed. See the instructions.