|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Your detailed bug reports are pivotal in elevating this project's quality. |
| 4 | + Your expertise in identifying issues is deeply valued and appreciated. |
| 5 | +title: "[ISSUE] Problem Encountered" |
| 6 | +labels: bug |
| 7 | +assignees: franckferman |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## Problem Summary |
| 12 | +_Provide a clear and concise summary of the encountered issue._ |
| 13 | + |
| 14 | +## Steps to Reproduce |
| 15 | +Provide a step-by-step description on how to reproduce the anomaly: |
| 16 | + |
| 17 | +1. Command initiated: `...` |
| 18 | +2. During the process: `....` |
| 19 | +3. Observed issue: `....` |
| 20 | +4. Output/response anomaly: `...` |
| 21 | + |
| 22 | +## Expected Outcome |
| 23 | +_Describe the anticipated result after executing the provided steps._ |
| 24 | + |
| 25 | +## Visual Evidence |
| 26 | +If possible, attach screenshots to support your description. |
| 27 | + |
| 28 | +## Technical Details |
| 29 | + |
| 30 | +### Operating System |
| 31 | + |
| 32 | +- **Linux:** [e.g. Linux root 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20) x86_64 GNU/Linux] |
| 33 | + *Retrieval:* `uname -a` |
| 34 | + |
| 35 | +- **Windows:** [e.g. Microsoft Windows 10 Pro DevBox 10.0.15063 Multiprocessor Free 64-bit] |
| 36 | + *Retrieval:* |
| 37 | + ```powershell |
| 38 | + $Properties = 'Caption', 'CSName', 'Version', 'BuildType', 'OSArchitecture' |
| 39 | + Get-CimInstance Win32_OperatingSystem | Select-Object $Properties | Format-Table -AutoSize |
| 40 | + ``` |
| 41 | + |
| 42 | +### Software Versions |
| 43 | + |
| 44 | +- **Python**: [e.g. Python 3.11.4] |
| 45 | + *Retrieval:* `python3 -V` |
| 46 | + |
| 47 | +- **Exiftool**: [e.g. 12.56] |
| 48 | + *Retrieval:* `exiftool -ver` |
| 49 | + |
| 50 | +- **MetaDetective**: [e.g. 1.0.8] |
| 51 | + |
| 52 | +### Docker (if used) |
| 53 | + |
| 54 | +- **Image Version**: [e.g. "1.0.1"] |
| 55 | + |
| 56 | +## Additional Information |
| 57 | + |
| 58 | +Provide any other pertinent details or context regarding the issue. |
0 commit comments