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
+9
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,15 @@ your contribution or address the issue you're having.
78
78
- For extra brownie points, use "git rebase -i" to squash and reorder
79
79
commits in your PR so that the history makes the most sense. Use your own
80
80
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).
81
90
- On the subject of [PEP8](http://www.python.org/dev/peps/pep-0008/): yes.
82
91
- On the subject of massive PEP8 fix PRs touching everything, please consider the following:
83
92
- They create merge conflicts for people working in their own fork.
0 commit comments