Skip to content

Commit 3e42aea

Browse files
S3rbaneproost
authored andcommitted
Added note to 'contributing.rst file', telling users to append GH Issue… (pandas-dev#28907)
1 parent 79b3f38 commit 3e42aea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/development/contributing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,9 @@ the expected correct result::
949949

950950
assert_frame_equal(pivoted, expected)
951951

952+
Please remember to add the Github Issue Number as a comment to a new test.
953+
E.g. "# brief comment, see GH#28907"
954+
952955
Transitioning to ``pytest``
953956
~~~~~~~~~~~~~~~~~~~~~~~~~~~
954957

0 commit comments

Comments
 (0)