UNPKG

node-tenancy

Version:

Making multi-tenancy easier with Node.js & typescript

38 lines (25 loc) โ€ข 1.17 kB
# Contributing to node-tenancy Thank you for considering contributing to **node-tenancy**! ๐Ÿš€ This guide will walk you through the process of contributing and how to make your pull request effective and aligned with the goals of the package. --- ## ๐Ÿ‘‡ How You Can Contribute - ๐Ÿ› **Report Bugs** Open an issue describing the bug with steps to reproduce it. Attach logs or error messages when possible. - ๐Ÿ’ก **Suggest Enhancements** If you think of a feature or improvement that would benefit the project, feel free to open a feature request. - ๐Ÿงช **Write Tests** Found an area that needs more testing? Help improve test coverage. - ๐Ÿ›  **Fix Issues** Check the issues tab for any that are labeled or `help wanted`. - ๐Ÿ“š **Improve Documentation** Spotted a typo or unclear section? Send in a doc fix! - ๐ŸŽจ **Style Guide** - Follow existing coding patterns and structure. - Write clear, concise commit messages. - Use consistent formatting (we use ESLint). --- ## ๐Ÿง‘โ€๐Ÿ’ป Getting Started 1. **Fork the repository** 2. **Clone your fork** ```bash git clone https://github.com/YOUR_USERNAME/node-tenancy.git