Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jun 24, 2021
1 parent bcabb2e commit 18f90ec
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

### Read the docs
Before opening an issue, try to find a solution in the [iNNvestigate docs](https://innvestigate.readthedocs.io/en/latest/) and consider using the issue search function to look for similar issues. Thanks!
___

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

### Steps to reproduce the bug
Ideally include a minimal code example in Python that reproduces the bug:

```python
"Replace me with your code!"
```

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

### Screenshots
If applicable, add screenshots to help explain your problem.

### Platform information
- OS: [e.g. Ubuntu 20.04, Windows 10]
- Python version: [e.g. 3.7, 3.8, 3.9]
- iNNvestigate version: [e.g. 1.0.9]
- TensorFlow version: [e.g. 1.15]
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[REQUEST]"
labels: ''
assignees: ''

---

### Look for similar feature requests
Before opening an issue, try to find similar feature requests using the issue search function. Thanks!
___

### Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

### How would you improve iNNvestigate?
A clear and concise description of what you want to happen.

### Additional context
Add any other context or screenshots about the feature request here.

0 comments on commit 18f90ec

Please sign in to comment.