2019-05-22 22:51:03 +02:00
---
name: Bug report
about: Create a report to help us improve
title: Bug report
labels: bug
---
### Prerequisites
2019-09-17 20:00:03 +02:00
* Please check that a similar issue isn't already filed: https://github.com/issues?q=is%3Aissue+user%3Atriqs
2019-05-22 22:51:03 +02:00
### Description
[Description of the issue]
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
2019-09-17 20:00:03 +02:00
or paste a minimal code example to reproduce the issue.
2019-05-22 22:51:03 +02:00
**Expected behavior:** [What you expect to happen]
**Actual behavior:** [What actually happens]
### Versions
2019-09-17 20:00:03 +02:00
Please provide the application version that you used.
2019-05-22 22:51:03 +02:00
You can get this information from copy and pasting the output of
```bash
python -c "from app4triqs.version import *; show_version(); show_git_hash();"
```
2019-09-17 20:00:03 +02:00
from the command line. Also, please include the OS you are running and its version.
### Formatting
Please use markdown in your issue message. A useful summary of commands can be found [here ](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf ).
2019-05-22 22:51:03 +02:00
### Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.