Contributing
Thanks for trying to contribute or interesting.
You can contribute to:
- Report any issues or bugs.
- Update schemas according to the updated specs of W3C/WHATWG.
- Request or propose something new function.
- Improve APIs and CLIs.
- Review to design for linting according to the specs.
- Improve the documentation and the website.
- Re-design and improve DevOps.
- Improve testing and coverage.
- Create and develop its plugins.
Its purpose is all developers are able to better markup and fit each of diverse their projects. So we want you to contribute. Your thought leads to diversity.
Code contribution
You need:
- Node.js v18 or later.
- Yarn
After cloning this repository, you can also install them through Docker.
When you wrote code then:
- Format and lint code through
yarn lint
. - Check to build successfully through
yarn build
. - Test your code through
yarn test
. - Push to the topic branch and open a pull request.
- Assign reviewer:
- For the improved code: @yusukehirao
- For plugins: @yusukehirao
- For documents/website: @yusukehirao, @kagankan