Skip to content

Commit

Permalink
Add issue templates (#687)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Goetz <pego@amazon.com>

Signed-off-by: Peter Goetz <pego@amazon.com>
  • Loading branch information
petergtz authored Oct 20, 2022
1 parent 414d4a3 commit 17fe5b5
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Steps to reproduce the behavior**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

This can also include a verbatim copy of outputs, or screenshots.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Version information:**
- DoWhy version [e.g. 0.7]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-or-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Enhancement or enhancement request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Question
about: Ask a question
title: ''
labels: question
assignees: ''

---

**Ask your question**
A clear and concise question, potentially including what was tried and what was observed. This can also include a verbatim copy of outputs, or screenshots.

**Expected behavior**
If applicable, a clear and concise description of what you expected to happen.

**Version information:**
- DoWhy version [e.g. 0.7]

**Additional context**
Add any other context about the problem here.

0 comments on commit 17fe5b5

Please sign in to comment.