Thank you for your interest in contributing! We welcome any contributions from everyone.
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/nx-plugin-openapi.git - Install dependencies:
npm install - Create a branch:
git checkout -b your-branch-name
- Follow the existing code style and conventions
- Write clear, descriptive commit messages
- Test your changes before submitting
- Keep functions small and focused
- Push your branch to your fork
- Create a pull request with a clear description
- Always use rebase instead of merge
Feel free to open an issue if you have questions or need help getting started. We're here to help!