Skip to content

Commit 02941aa

Browse files
author
y-p
committed
Merge pull request #4285 from y-p/PR_CONTRIBUTING
Update CONTRIBUTING.md with note on attribution in PRs
2 parents b79996c + f08745d commit 02941aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ your contribution or address the issue you're having.
7878
- For extra brownie points, use "git rebase -i" to squash and reorder
7979
commits in your PR so that the history makes the most sense. Use your own
8080
judgment to decide what history needs to be preserved.
81+
- Pandas source code should not (with some exceptions, such as 3rd party licensed code),
82+
generally speaking, include an "Authors:" list or attribution to individuals in source code.
83+
The RELEASE.rst details changes and enhancements to the code over time,
84+
a "thanks goes to @JohnSmith." as part of the appropriate entry is a suitable way to acknowledge
85+
contributions, the rest is git blame/log.
86+
Feel free to ask the commiter who merges your code to include such an entry
87+
or include it directly yourself as part of the PR if you'd like to. We're always glad to have
88+
new contributors join us from the ever-growing pandas community.
89+
You may also be interested in the copyright policy as detailed in the pandas [LICENSE](https://github.com/pydata/pandas/blob/master/LICENSE).
8190
- On the subject of [PEP8](http://www.python.org/dev/peps/pep-0008/): yes.
8291
- On the subject of massive PEP8 fix PRs touching everything, please consider the following:
8392
- They create merge conflicts for people working in their own fork.

0 commit comments

Comments
 (0)