You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/development-guide.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ A quick list of things to keep in mind as you're making changes:
74
74
- 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.
75
75
- Please run tests locally before submitting a PR (e.g. for Python, the [local integration tests](#local-integration-tests))
76
76
- 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.
77
78
78
79
### Good practices to keep in mind
79
80
* Fill in the description based on the default template configured when you first open the PR
0 commit comments