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: CONTRIBUTING.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,15 @@ If not, please file a new issue, providing as much relevant information as possi
49
49
50
50
In general, we adhere to [Google Python style guide](https://google.github.io/styleguide/pyguide.html) and [Google C++ style guide](https://google.github.io/styleguide/cppguide.html).
51
51
52
+
We include a formatting script [`format.sh`](./format.sh) to format the code.
53
+
52
54
### Pull Requests
53
55
54
56
When submitting a pull request:
55
57
56
58
1. Make sure your code has been rebased on top of the latest commit on the main branch.
57
-
2. Include a detailed description of the changes in the pull request.
59
+
2. Ensure code is properly formatted by running [`format.sh`](./format.sh).
60
+
3. Include a detailed description of the changes in the pull request.
58
61
Explain why you made the changes you did.
59
62
If your pull request fixes an open issue, please include a reference to it in the description.
0 commit comments