Skip to content

Commit

Permalink
Update bug.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan-software committed Jul 2, 2019
1 parent fae9f57 commit 536e29e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/bug.md
@@ -1,31 +1,31 @@
---
name: Bug report
labels: bug
about: You can report a bug in the Flow

---

**Describe the issue**
A clear and concise description of what the bug request is.
## Bug Description
A clear and concise description of the bug and concise description of what you expected to happen.

**To Reproduce**
## Bug Reproduce
Leave empty if not applicable.
1. File in which error occurred.
2. Exact command that was run that caused the error to occur.
3. Please attach the full error output log.
2. Exact command that was run that caused the error.

**Expected behavior**
A clear and concise description of what you expected to happen.
## Output Log
Leave empty if not applicable.
Please enter the full error output log
```
error log
```

**Screenshots**
If applicable, add screenshots to help explain your problem.
## Screenshots
Leave empty if not applicable.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Commit number of flow [run git log and copy the commit number]
- Version [run python -c "import flow; print(flow.__version__)"]:
Leave empty if not applicable.

**Additional context**
Add any other context about the problem here.
## Versions
Leave empty if not applicable.
- OS: [e.g. Linux RedHat]
- Flow version [run `python -c "import flow; print(flow.__version__)"`]
- Flow commit number [run `git log` and copy the commit number]

0 comments on commit 536e29e

Please sign in to comment.