From ff80d2abfd8cfd46fbfdbb3a2fb2955ab1a4a839 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 3 Aug 2023 16:34:59 -0500 Subject: [PATCH] docs(contributing): pr title, monorepo notes (#442) --- .changeset/tricky-radios-double.md | 2 ++ .github/CONTRIBUTING.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .changeset/tricky-radios-double.md diff --git a/.changeset/tricky-radios-double.md b/.changeset/tricky-radios-double.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/tricky-radios-double.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7d0622f7e..e3c513c07 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -140,6 +140,14 @@ of the commit message is then used for this. ## Pull Request +Pull Request titles should follow the following format: + +``` +: +``` + +_Note this excludes scope `(): ...`_ + Before working on an issue or feature please review any tickets, pull requests, and discussions to be certain that no one is actively working on the same issue or feature. @@ -208,6 +216,12 @@ They are divided into - `@project44-manifest/react` is the primary package that contains all of the react components and exports them for consumption outside Manifest +Run commands from the global root of the repository. For example, to run the `website` application: + +```sh +yarn workspace website dev +``` + ### Storybook When working with react components and packages, we have provided a