Browse Source

Update bug_report.md

Marcin Ziąbek 2 years ago
parent
commit
2e80645089
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/ISSUE_TEMPLATE/bug_report.md

+ 5 - 1
.github/ISSUE_TEMPLATE/bug_report.md

@@ -4,7 +4,6 @@ about: Create a report to help us improve
 title: ''
 labels: ''
 assignees: ''
-
 ---
 
 **Describe the bug**
@@ -12,6 +11,7 @@ A clear and concise description of what the bug is.
 
 **To Reproduce**
 Please provide an example, minimalistic code that shows the problem.
+Providing working example or example repository greatly helps us investigate the problem and react faster.
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.
@@ -19,5 +19,9 @@ A clear and concise description of what you expected to happen.
 **Screenshots**
 If applicable, add screenshots to help explain your problem.
 
+**Environment**
+What version of the library do you use? 
+What operating system do you use? (OS type, x64 vs x86 vs arm64)
+
 **Additional context**
 Add any other context about the problem here.