Skip to content

Commit 3f9689d

Browse files
authored
Update contributing guide to include precommit (#1044)
1 parent 28c1b83 commit 3f9689d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please provide a brief description of the changes here.
77

88
## Merge requirement checklist
99

10-
* [ ] [CONTRIBUTING](../CONTRIBUTING.md) guidelines followed
10+
* [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-rust/blob/main/CONTRIBUTING.md) guidelines followed
1111
* [ ] Unit tests added/updated (if applicable)
1212
* [ ] Appropriate `CHANGELOG.md` files updated for non-trivial, user-facing changes
1313
* [ ] Changes in public API reviewed (if applicable)

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Open a pull request against the main
5858
[opentelemetry-rust](https://github.com/open-telemetry/opentelemetry-rust)
5959
repo.
6060

61+
> **Note**
62+
> It is recommended to run [pre-commit script](precommit.sh) from the root of
63+
the repo to catch any issues locally.
64+
6165
### How to Receive Comments
6266

6367
* If the PR is not ready for review, please put `[WIP]` in the title,

0 commit comments

Comments
 (0)