Skip to content

Commit

Permalink
Add: telemetry policy to scope page
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Aug 22, 2023
1 parent c3625a1 commit 0dfbdb1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions about/package-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,27 @@ Packages to aid with instruction.

## Package technical scope


### Telemetry & user-informed consent

Your package should avoid collecting usage analytics. With
that in mind, we understand that package-use data can be invaluable for the
development process. If the package does collect such data, it should do so
by prioritizing user-informed-consent. This means that before any data are
collected, the user understands:

1. What data are collected
2. How the data are collected.
3. What you plan to do with the data
4. How and where the data are stored

Once the user is informed of what will be collected and how that data will be handled, stored and used, you can implement `opt-in` consent. `opt-in` means that the user agrees to usage-data collection prior to it being collected (rather than having to opt-out when using your package).

We will evaluate usage data collected by packages on a case-by-case basis
and reserve the right not to review a package if the data collection is overly
invasive.


To be in technical scope for a pyOpenSci review, your package:

* Should have maintenance workflows documented.
Expand Down

0 comments on commit 0dfbdb1

Please sign in to comment.