Skip to content

Commit 3777c00

Browse files
chore: Update development-guide.md
1 parent 2368f42 commit 3777c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/project/development-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ A quick list of things to keep in mind as you're making changes:
7474
- Ensure you leave a release note for any user facing changes in the PR. There is a field automatically generated in the PR request. You can write `NONE` in that field if there are no user facing changes.
7575
- Please run tests locally before submitting a PR (e.g. for Python, the [local integration tests](#local-integration-tests))
7676
- Try to keep PRs smaller. This makes them easier to review.
77+
- Please make sure to update any useful documentation under `docs/` that impacts the area you are contributing to.
7778

7879
### Good practices to keep in mind
7980
* Fill in the description based on the default template configured when you first open the PR

0 commit comments

Comments
 (0)