This repo holds a draft specification for the console
interface (JavaScript
object).
If you would like to contribute to this specification, here are the preferred steps:
-
If you don’t have one already, create a GitHub user account.
-
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.
-
Make your changes to the
index.html
file in your copy. -
Add your information (name, url, mailto address, etc.) to the
editors
array near the top of the source of theindex.html
file. -
Add your name to the value of the
additionalCopyrightHolders
variable near the top of theindex.html
file. Note that by adding your name to theadditionalCopyrightHolders
variable, you are agreeing to make your contributions available under the terms of the MIT license. -
Commit the updated
index.html
file to your local git repository, then push it to your GitHub console-spec fork. -
Send a GitHub console-spec pull request so that your change can be committed into the upstream source.