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: .github/CONTRIBUTING.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ Here's how to make a one-off code change.
91
91
92
92
Once the process terminates, you can view the built documentation by opening ``docs/build/html/index.html`` with a browser.
93
93
94
+
- Add ``.. versionadded:: version``, ``.. versionchanged:: version`` or ``.. deprecated:: version`` to the associated documentation of your changes, depending on what kind of change you made. This only applies if the change you made is visible to an end user.
95
+
94
96
- For consistency, please conform to `Google Python Style Guide`_ and `Google Python Style Docstrings`_.
95
97
96
98
- The following exceptions to the above (Google's) style guides applies:
0 commit comments