From 536e29e4d1ea06fb623886388e9bdaa3a99aa739 Mon Sep 17 00:00:00 2001 From: Ashkan Y Date: Tue, 2 Jul 2019 15:59:12 -0700 Subject: [PATCH] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 36bd0b69d..e1a5e75e9 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.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]