# Contributing to is-dom-node 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. ## Getting Started - Fork the repository on GitHub. - Clone your fork to your local machine. - Create a new branch from `main` for your work. ## Code Guidelines - 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. ## Pull Requests - Make sure all tests pass before submitting a pull request. - Describe what your pull request does and what issue(s) it addresses. ## Issues - 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. ## License By contributing, you agree that your contributions will be licensed under the project's MIT License. ## Questions? 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.