Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 804 Bytes

File metadata and controls

30 lines (19 loc) · 804 Bytes

Contributing to nx-plugin-openapi

Thank you for your interest in contributing! We welcome any contributions from everyone.

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/nx-plugin-openapi.git
  3. Install dependencies: npm install
  4. Create a branch: git checkout -b your-branch-name

Development

  • Follow the existing code style and conventions
  • Write clear, descriptive commit messages
  • Test your changes before submitting
  • Keep functions small and focused

Submitting Changes

  1. Push your branch to your fork
  2. Create a pull request with a clear description

General

  • Always use rebase instead of merge

Questions?

Feel free to open an issue if you have questions or need help getting started. We're here to help!