Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 21, 2019
1 parent 31d485a commit 4fe1371
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing

## Developer notes

All reading and writing to disk should be done through the `DataFile` class in `default/data_file.py`. This makes it easier for developers to control and review how user-submitted data is managed, in particular with respect to security issues and disk usage.

## Maintainer notes

* To find instances of writing to disk outside the `DataFile` class, grep for `'w`
* To find instances of reading from disk outside the `DataFile` class, grep for `open\(`

0 comments on commit 4fe1371

Please sign in to comment.