From 84aa1e7e53aa577cef376df8278b7979f57938a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Thu, 30 Jan 2025 15:17:07 +0100 Subject: [PATCH] Move issue template from probe repo --- .github/ISSUE_TEMPLATE/data-quality-issue.md | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/data-quality-issue.md diff --git a/.github/ISSUE_TEMPLATE/data-quality-issue.md b/.github/ISSUE_TEMPLATE/data-quality-issue.md new file mode 100644 index 00000000..989dc03e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/data-quality-issue.md @@ -0,0 +1,34 @@ +--- +name: Data quality issue +about: Information about data quality issues +title: '' +labels: data quality, triage +assignees: hellais + +--- + +**Describe the bug** + +A clear and concise description of what the data quality issue is. + +**To Reproduce** + +Steps to reproduce the behavior. + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + +**System information (if applicable):** + +- Device: [e.g., iPhone6] + - OS: [e.g., iOS8.1] + - OONI Probe version: [e.g., 3.11.0] + +**Additional context** + +Add any other context about the problem here.