Skip to content

Commit e06dce4

Browse files
committed
Merge pull request #34 from JuliaStats/ts/clarify-maintenance
Clarify package maintenance
2 parents 0913bec + 3d02d4b commit e06dce4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,14 @@ Some downsides include:
261261
An advantage of this is that the API becomes more functional. All
262262
manipulations of the CompositeDataFrame return a new object.
263263
Normally, this doesn't create much more memory.
264+
265+
# Package Maintenance
266+
267+
[Tom Short](https://github.com/tshort) is the lead maintainer. Any of the
268+
[JuliaStats collaborators](https://github.com/orgs/JuliaStats/teams/collaborators)
269+
also have write access and can accept pull requests.
270+
271+
Pull requests are welcome. Pull requests should include updated tests. If
272+
functionality is changed, docstrings should be added or updated. Generally,
273+
follow the guidelines in
274+
[DataFrames](https://github.com/JuliaStats/DataFrames.jl/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)