mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
polish(issue-templates): Add a data review request template
Because: * Creating a data review request requires nontrivial formatting, which is important for readability This commit: * adds a template for data review request issues
This commit is contained in:
39
.github/ISSUE_TEMPLATE/data_review_request.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/data_review_request.md
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
name: Data Review
|
||||
about: Use to create new data review requests
|
||||
title: 'Data Review: [title]'
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 1) What questions will you answer with this data?
|
||||
|
||||
## 2) Why does Mozilla need to answer these questions? Are there benefits for users? Do we need this information to address product or business requirements?
|
||||
|
||||
## 3) What alternative methods did you consider to answer these questions? Why were they not sufficient?
|
||||
|
||||
## 4) Can current instrumentation answer these questions?
|
||||
|
||||
## 5) List all proposed measurements and indicate the category of data collection for each measurement, using the [Firefox data collection categories](https://wiki.mozilla.org/Data_Collection) found on the Mozilla wiki.
|
||||
|
||||
**Note that the data steward reviewing your request will characterize your data collection based on the highest (and most sensitive) category.**
|
||||
|
||||
| Measurement Description | Data Collection Category | Tracking Bug # | Measurement Name |
|
||||
| ----------------------- | ------------------------ | -------------- | ---------------------------- |
|
||||
| (description) | (Category #) | (#FXA-0000) | (measurement.category.field) |
|
||||
|
||||
## 6) Please provide a link to the documentation for this data collection which describes the ultimate data set in a public, complete, and accurate way.
|
||||
|
||||
(This collection is Glean so is documented [in the Glean Dictionary](https://dictionary.telemetry.mozilla.org). | [explain])
|
||||
|
||||
## 7) How long will this data be collected?
|
||||
|
||||
## 8) What populations will you measure?
|
||||
|
||||
## 9) If this data collection is default on, what is the opt-out mechanism for users?
|
||||
|
||||
## 10) Please provide a general description of how you will analyze this data.
|
||||
|
||||
## 11) Where do you intend to share the results of your analysis?
|
||||
|
||||
## 12) Is there a third-party tool (i.e. not Glean or not Telemetry) that you are proposing to use for this data collection? If so:
|
||||
Reference in New Issue
Block a user