Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.31 KB

The console API

This repo holds a draft specification for the console interface (JavaScript object).

How to contribute to this specification

If you would like to contribute to this specification, here are the preferred steps:

  1. If you don’t have one already, create a GitHub user account.

  2. Use the GitHub Web UI to create your own fork of the console-spec git repository and check it out to make a local console-spec workspace.

  3. Make your changes to the index.html file in your copy.

  4. Add your information (name, url, mailto address, etc.) to the editors array near the top of the source of the index.html file.

  5. Add your name to the value of the additionalCopyrightHolders variable near the top of the index.html file. Note that by adding your name to the additionalCopyrightHolders variable, you are agreeing to make your contributions available under the terms of the MIT license.

  6. Commit the updated index.html file to your local git repository, then push it to your GitHub console-spec fork.

  7. Send a GitHub console-spec pull request so that your change can be committed into the upstream source.