Thanks for your interest in contributing to @lopatnov/javascripttostring! Contributions of all kinds are welcome.
- Report bugs and suggest features via Issues
- Fix bugs or implement new features via Pull Requests
- Improve documentation
- Write or improve tests
-
Fork the repository on GitHub
-
Clone your fork:
git clone https://github.com/<YOUR-USERNAME>/jsToString cd jsToString
-
Install dependencies:
npm install
-
Create a branch for your changes:
git checkout -b my-feature
-
Make your changes, then run tests and lint:
npm test npm run check -
Commit and push:
git push -u origin my-feature
-
Open a Pull Request targeting the
masterbranch
- Write or update tests for any code changes
- Ensure all tests pass before submitting
- Run
npm run check(Biome) to verify code style - Keep pull requests focused on a single change
- Write clear commit messages in present tense
Please read our Code of Conduct before contributing.
Feel free to open an issue for any questions.