Contributing Guidelines
How to contribute to the crud-for-sheets.js project
Thank you for your interest in contributing to crud-for-sheets.js! Your help is greatly appreciated. This guide will help you get started with contributing code, documentation, bug reports, and feature requests.
1. Reporting Issues
- Search existing issues before opening a new one.
- Provide a clear, descriptive title and as much detail as possible.
- Include steps to reproduce, expected behavior, and screenshots if relevant.
2. Submitting Pull Requests
- Fork the repository and create your branch from
main
. - Write clear, concise commit messages.
- Add tests for your feature.
- Ensure your code follows the project's style and passes linting.
- Reference related issues in your PR description.
3. Improving Documentation
- Documentation lives in the
docs/
folder as.mdx
files. - Feel free to fix typos, clarify explanations, or add new documentation pages.
- For major changes, open an issue first to discuss your proposal.
Code of Conduct
Please be respectful and considerate in all interactions. We follow the Contributor Covenant code of conduct.
Getting Help
- Check the Installation for setup instructions.
- Browse the API Reference and other docs.
- If you get stuck, open an issue or start a discussion.
Happy coding! 🚀