Skip to content

Commit

Permalink
Add custom issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
maltemoeser committed Sep 29, 2018
1 parent 67ee51d commit 8d20702
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a bug report to help us improve BlockSci

---

Please provide a clear and concise description of what the problem is.

#### Expected Result
What you expected to happen.

#### Actual Result
What happened instead.

#### Reproduction Steps
```
import blocksci
```

#### System Information
BlockSci version:
Using AMI: yes/no
Total memory:
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Questions
about: Guidance on using BlockSci

---


0 comments on commit 8d20702

Please sign in to comment.