Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 748 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 748 Bytes

Contributing

Development workflow

  • create a branch per story (story-/my-story-branch)
  • make a pull request against the dev branch and request a review
    • improve based on feedback
    • all tests should be passing
    • package build is successful
  • once approved, your contributions will be merged into staging and included in the next release.
  • feature is responsive
  • unit test passing
  • reviewed by PO + one other team member
  • document new features in our Gitbook

Creating a new package

npx lerna create @discovery-dao/

Publishing a package

npx lerna publish