First off, thank you for considering contributing to is-dom-node! It's people like you that make is-dom-node such a great tool.
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Create a new branch from
main
for your work.
- Ensure your code follows the ESLint and TypeScript configuration provided.
- Write tests for any new features or bug fixes.
- Style is enforced using ESLint and Prettier. Run
npm run lint
to check your code.
- Make sure all tests pass before submitting a pull request.
- Describe what your pull request does and what issue(s) it addresses.
- Feel free to open issues for bugs, feature requests, or other topics.
- Please be as descriptive as possible and include any relevant code snippets or error messages.
By contributing, you agree that your contributions will be licensed under the project's MIT License.
If you have any questions or need further clarification, feel free to reach out or open an issue. We appreciate your contribution and are happy to help.