We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb89ca commit 6efb0b2Copy full SHA for 6efb0b2
doc/source/development/contributing.rst
@@ -136,6 +136,10 @@ want to clone your fork to your machine::
136
This creates the directory `pandas-yourname` and connects your repository to
137
the upstream (main project) *pandas* repository.
138
139
+Note that performing a shallow clone (with ``--depth==N``, for some ``N`` greater
140
+or equal to 1) might break some tests and features as ``pd.show_versions()``
141
+as the version number cannot be computed anymore.
142
+
143
.. _contributing.dev_env:
144
145
Creating a development environment
0 commit comments