Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 366 Bytes

File metadata and controls

12 lines (9 loc) · 366 Bytes

Dev lifecycle

  • When changes are made, execute deno fmt to format file, check deno lint to check errors

Git operations

  • Commit messages should follow conventional commits
  • PR title also follows conventional commmits
  • When opened a new PR, open that URL in browser
  • When merging PR, use squash and commit and summarize the contents at merge time