Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 549 Bytes

How to contribute to the Feature-Sliced Design CLI

If you find bugs or want to propose new features, please open an issue.

If you would like to make a code contribution, follow these steps:

  1. Fork this repository
  2. Make your changes
  3. Make sure the CLI builds correctly: pnpm build
  4. Add tests for your changes
  5. Make sure all tests pass: pnpm test and pnpm test-integration
  6. Describe your changes: pnpm changeset
  7. Make a pull request with your changes, including the changeset.