Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 866 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 866 Bytes

Contribution guidelines

Thanks for your interest in contributing to noun nyms! We're an early stage project and appreciate any flavor of contribution, no matter the size.

To get in touch with maintainers, join the Personae Labs discord server.

Opening an issue

For small one-off bug fixes and reports, post in the support channel.

If you have a larger change to report, feel free to open a github issue! For bugfixes, please share complete reproduction steps.

Running commands

To run a specific command in a workspace from the root folder:

  1. Make sure the package exists in the package.json dependencies with <package_name>: "workspace:*"
    • Ex: "frontend": "workspace:*"
  2. Run pnpm -F <package_name> run <command>
    • Ex: pnpm -F frontend run dev:all