Skip to content

Commit

Permalink
common: improved bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelliavonau committed Jul 28, 2020
1 parent f6ad990 commit 09fe2f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ assignees: ''

**IMPORTANT**: always check already known open issues before creating new one. Your issue might be already reported.

Do not create and name issues like *"IndexError: tuple index out of range"*. Do investigation and name it properly.

**Describe the bug**
A clear and concise description of what the bug is. Which is version of converter. python?
Attach verbose (-v) output log to help investigate what was happen. Also give a sample of input solution.
1. A clear and concise description of what the bug is.
2. Which is version of converter. python?
3. Increase warnings level (-w4) and attach verbose (-v) output log to help investigate what was happen. Use one thread to get the logs to make them easy to read(-j1).
4. Also the sample of input xml project(or full solution (might be without code)) and output CMakeLists part wrong content is required. I don't have much time for digging into it. So with more info I can help you easily.

**To Reproduce**
Steps to reproduce the behavior:
Expand Down

0 comments on commit 09fe2f6

Please sign in to comment.