Skip to content

Commit e81102f

Browse files
authored
Merge pull request #279 from cmu-delphi/add-issue-templates
Add issue templates
2 parents 5394dcb + 98652c6 commit e81102f

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Data quality issue
3+
about: Missing data, weird data, broken data
4+
title: ''
5+
labels: 'data quality'
6+
assignees: 'nmdefries'
7+
---
8+
9+
**Actual Behavior:**
10+
11+
<!--Provide a description of the problem and a minimal reproducible example, if relevant. Please include the source and signal names, as well as sample observations, with geo region name, date, and data, demonstrating the problem.-->
12+
13+
When I...
14+
15+
**Expected behavior**
16+
17+
<!--A clear and concise description of what you expected to happen.-->
18+
19+
**Context**
20+
21+
<!--Add any context about the problem here.-->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 🚀 New Source or Signal
3+
about: Suggest incorporation of a new source or signal
4+
title: ''
5+
labels: 'API addition'
6+
assignees: ''
7+
---
8+
9+
<!--A clear and concise description of the source or signal you would like to add or modify, and how you imagine it working.-->
10+
11+
It would be great if ...
12+
13+
**Data details**
14+
15+
<!--Please link and briefly describe the proposed source. How is the raw data made available? Describe the geographic and time resolution of the raw data. Which fields should be extracted? Please describe proposed processing of the data, especially if this is a variant of an existing source or signal. -->
16+
17+
**Additional context**
18+
19+
<!--Add any other context or screenshots about the feature request here.-->

0 commit comments

Comments
 (0)