Commit d98ca1a2480d246a1d5e0fe270a908a6a9dd73e5

Authored by Philippe Lagadec
Committed by GitHub
1 parent f3646f40

Update bug_report.md

.github/ISSUE_TEMPLATE/bug_report.md
1 1 ---
2 2 name: Bug report
3   -about: Create a report to help us improve
  3 +about: Create a bug report to help us fix issues
4 4  
5 5 ---
6 6  
  7 +**Affected tool:**
  8 +olevba, mraptor, rtfobj, oleid, etc
  9 +
7 10 **Describe the bug**
8 11 A clear and concise description of what the bug is.
9 12  
10   -**To Reproduce**
11   -Steps to reproduce the behavior:
12   -1. Go to '...'
13   -2. Click on '....'
14   -3. Scroll down to '....'
15   -4. See error
  13 +**File/Malware sample to reproduce the bug**
  14 +Please attach the file in a password protected zip archive, or provide a link where it can be downloaded (e.g. Hybrid Analysis, preferably not VirusTotal which requires paid access). If not possible, please provide a hash.
  15 +
  16 +**How To Reproduce the bug**
  17 +Steps to reproduce the behavior, including the full command line or the options you used.
16 18  
17 19 **Expected behavior**
18 20 A clear and concise description of what you expected to happen.
19 21  
20   -**Screenshots**
  22 +**Console output / Screenshots**
21 23 If applicable, add screenshots to help explain your problem.
  24 +Use the option "-l debug" to add debugging information, if possible.
22 25  
23   -**Desktop (please complete the following information):**
24   - - OS: [e.g. iOS]
25   - - Browser [e.g. chrome, safari]
26   - - Version [e.g. 22]
27   -
28   -**Smartphone (please complete the following information):**
29   - - Device: [e.g. iPhone6]
30   - - OS: [e.g. iOS8.1]
31   - - Browser [e.g. stock browser, safari]
32   - - Version [e.g. 22]
  26 +**Version information:**
  27 + - OS: Windows/Linux/Mac/Other
  28 + - OS version: x.xx - 32/64 bits
  29 + - Python version: 2.7/3.6 - 32/64 bits
  30 + - oletools version:
33 31  
34 32 **Additional context**
35 33 Add any other context about the problem here.
... ...