mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Update README.md and ISSUE_TEMPLATE.md
- Update ISSUE_TEMPLATE.md to help obtain better information for bug reports. - Update README.md to reflect more recent changes and highlight areas of need.
This commit is contained in:
26
.github/ISSUE_TEMPLATE.md
vendored
26
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,4 +1,24 @@
|
||||
Please note that dupeGuru is currently
|
||||
[unmaintained](https://github.com/hsoft/dupeguru#current-status-unmaintained). That means that this
|
||||
issue is unlikely to be answered in a timely manner.
|
||||
# Instructions
|
||||
1. Provide a short descriptive title for the issue. A good example is 'Results window appears off screen.', a non-optimal example is 'Problem with App'.
|
||||
2. Please fill out either the 'Bug / Issue' or the 'Feature Request' section. Replace values in ` `.
|
||||
3. Delete these instructions and the unused sections.
|
||||
|
||||
# Bug / issue Report
|
||||
System Information:
|
||||
- DupeGuru Version: `version`
|
||||
- Operating System: `Windows/Linux/OSX` `distribution` `version`
|
||||
|
||||
If using the source distribution and building yourself also provide (otherwise remove):
|
||||
- Python Version: `version ex. 3.6.6` `32/64bit`
|
||||
- Complier: `gcc/llvm/msvc` `version`
|
||||
|
||||
## Description
|
||||
`Provide a detailed description of the issue to help reproduce it. If it happens after a specific sequence of events provide them here.`
|
||||
|
||||
## Debug Log
|
||||
```
|
||||
If reporting an error provide the debug log and/or the error message information. If the debug log is short < 40 lines you can provide it here, otherwise attach the text file to this issue.
|
||||
```
|
||||
|
||||
# Feature Requests
|
||||
`Provide a detailed description of the feature.`
|
||||
|
||||
Reference in New Issue
Block a user