Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 372 Bytes

contributing.md

File metadata and controls

17 lines (12 loc) · 372 Bytes

Starting operation

  • Open new branch using git checkout -b branchname origin/main
  • complete your edit
  • ensure that everything works

Next step:

  • git add .
  • yarn changeset(create a new version/release of the modified file)
  • select the change type (major / minor / patch)
  • write some detail about the changes made

Review

  • code in review
  • wait for approval