Skip to content

Commit

Permalink
docs(contributing): pr title, monorepo notes (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobertson authored Aug 3, 2023
1 parent adbf7a1 commit ff80d2a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/tricky-radios-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
14 changes: 14 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ of the commit message is then used for this.

## Pull Request

Pull Request titles should follow the following format:

```
<type>: <subject>
```

_Note this excludes scope `<type>(<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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ff80d2a

Please sign in to comment.