Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 755 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (13 loc) · 755 Bytes

Contributing to create-notion-app

Requirements

  • Node 14+

  • Yarn 1.22+

Setup

  1. Install requirements

  2. Clone the repository

  3. Run yarn to install dependencies

Develop

  • Run yarn start to start building & watching in development mode

  • Commit adhering to Angular commit convention (use yarn commit or Conventional Commits in Visual Studio Code to commit interactively)

  • Submit a PR and make sure required status checks pass

  • When a PR is merged or code is pushed to main, Github automatically builds & publishes a new release if there are relevant changes