# whatwg-encoding **Repository Path**: freeonsky/whatwg-encoding ## Basic Information - **Project Name**: whatwg-encoding - **Description**: mirror https://github.com/whatwg/encoding.git - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-04 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository hosts the [Encoding Standard](https://encoding.spec.whatwg.org/). ## Code of conduct We are committed to providing a friendly, safe, and welcoming environment for all. Please read and respect the [WHATWG Code of Conduct](https://whatwg.org/code-of-conduct). ## Contribution opportunities We'd love your help fixing the minor and larger issues with the Encoding Standard. 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 getting started, leave a comment on the issue or ask around [on IRC](https://whatwg.org/irc). ## Pull requests In short, change `encoding.bs` and submit your patch, with a [good commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md). Consider reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here. Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically. ## Building "locally" For quick local iteration, run `make`. To verify your changes locally, run `make deploy`. See more in the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md#building). ## Merge policy If you can commit to this repository, see the [WHATWG Maintainer Guidelines](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md). ## Tests Tests can be found in the `encoding/` directory of [web-platform-tests/wpt](https://github.com/web-platform-tests/wpt).