Signed-off-by: Peter Goetz <pego@amazon.com>

Signed-off-by: Peter Goetz <pego@amazon.com>
This commit is contained in:
Peter Götz 2022-10-20 09:17:54 +02:00 коммит произвёл GitHub
Родитель 414d4a34fe
Коммит 17fe5b5168
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 68 добавлений и 0 удалений

28
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -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
.github/ISSUE_TEMPLATE/enhancement-or-enhancement-request.md поставляемый Normal file
Просмотреть файл

@ -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
.github/ISSUE_TEMPLATE/question.md поставляемый Normal file
Просмотреть файл

@ -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.