diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..d518e850d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/enhancement-or-enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-or-enhancement-request.md new file mode 100644 index 000000000..d9f9c70ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-or-enhancement-request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..cf5d52ffd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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.