joaomcteixeira/taurenmd

View on GitHub
.github/ISSUE_TEMPLATE/bug_report.md

Summary

Maintainability
Test Coverage
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: joaomcteixeira

---

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

**To Reproduce**
Steps to reproduce the behavior:
1. indicate the command-line you used
2. tell us as much as possible about the data your are using to reproduce, without breaking your lab confidentiality.

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

**Output**
You can paste here your `terminal` output. Use triple ` to keep format. If you wish to provide the full `.taurenmd.log` file you can paste it in [pastebin](https://pastebin.com/) and provide us the link.

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

**Version**
Tell us the version you are using. Version number can be accessed running:

```
taurenmd --version
```