Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md with guidance on pull request diffs and …
Browse files Browse the repository at this point in the history
…commit messages (taikoxyz#12992)
  • Loading branch information
dionysuzx authored Jan 19, 2023
1 parent 03540c5 commit 7a007f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ After your pull request is merged, a bot will automatically leave a comment with

Specify the scope of your change with a [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) in the PR title (for example, `feat(scope): description of feature`). This will be squashed and merged into the `main` branch.

Because we squash all of the changes into a single commit, please try to keep the PR limited to the scope specified in the commit message. This commit message will end up in the automated changelog by checking which packages are affected by the commit. For example, `feat(scope): description of feature` should only impact the `scope` package. If your change is a global one, you can use `feat: description of feature`, for example.

### Source code comments

Follow the [NatSpec format](https://docs.soliditylang.org/en/latest/natspec-format.html) for documenting smart contract source code. Please adhere to a few additional standards:
Expand Down

0 comments on commit 7a007f3

Please sign in to comment.