Skip to content

Add issue templates #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 18, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: 🐛 Bug report
about: If something isn't working as expected 🤔.
title: ''
labels: 'bug'
assignees: ''
---

**Actual Behavior:**

<!--A clear and concise description of what the bug is.-->

When I...

**Steps to Reproduce the Bug:**

<!-- -->

**Expected behavior**

<!--A clear and concise description of what you expected to happen.-->

**Screenshots**

<!--If applicable, add screenshots to help explain your problem.-->

**Severity:**

<!-- -->

**Context**

<!-- -->

**Additional context**

<!--Add any other context about the problem here.-->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/data_quality_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Data quality issue
about: Missing data, weird data, broken data
title: ''
labels: 'data quality'
assignees: 'nmdefries'
---

**Actual Behavior:**

<!--A clear and concise description of what the problem is.-->

When I...

**Steps to Reproduce the Bug:**

<!-- -->

**Expected behavior**

<!--A clear and concise description of what you expected to happen.-->

**Severity:**

<!-- -->

**Context**

<!--Add any context about the problem here.-->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
title: ''
labels: 'API addition'
assignees: ''
---

<!--A clear and concise description of what feature you are missing.-->

It would be great if ...

**User story**

<!--Describe your problem, feature you are missing, and how you imagine it working.-->

**Additional context**

<!--Add any other context or screenshots about the feature request here.-->