- Notifications
You must be signed in to change notification settings - Fork165
whatwg/streams
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository hosts theStreams Standard.
Folks notice minor and larger issues with the Streams Standard all the time and we'd love yourhelp fixing those. Pull requests for typographical and grammar errors are also most welcome.
We'd be happy to mentor you through this process. If you're interested and need help gettingstarted, leave a comment on the issue or ask aroundin the Matrix chat room.
In short, changeindex.bs
and submit your patch, with agood commit message. Considerreading through theWHATWG FAQ if you are new here.
Please add your name to the Acknowledgments section in your first pull request, even for trivialfixes. The names are sorted lexicographically.
For formatting specific to this standard, seeCONTRIBUTING.md. Additionally, forany normative changes, we'll also want to change the tests and reference implementation:
Tests can be found in thestreams/
directory ofweb-platform-tests/wpt
.
This repository also includes a reference implementation, written in JavaScript, underreference-implementation/
. See the README under that directory for more details.
We strive for every commit that changes the spec to also add tests, and to change the referenceimplementation in order to pass those tests.
For quick local iteration, runmake
. To verify your changes locally, runmake deploy
. See morein theWHATWG Contributor Guidelines.
If you can commit to this repository, see theWHATWG Maintainer Guidelines.
We are committed to providing a friendly, safe, and welcoming environment for all. Please read andrespect theWHATWG Code of Conduct.
About
Streams Standard