mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add new issue templates.
This commit is contained in:
38
.github/ISSUE_TEMPLATE/bug_report_general.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report_general.md
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: General Bug Report Template
|
||||
about: "Bugs report on other commands."
|
||||
|
||||
---
|
||||
|
||||
### Prerequisites
|
||||
|
||||
* [ ] Are you running the latest version?
|
||||
* [ ] Can you reproduce the problem in the debug version?
|
||||
|
||||
### Check and fill as appropriate:
|
||||
* [ ] I was running Aaru under Windows [version here]...
|
||||
* [ ] I was running Aaru under Linux [version here]...
|
||||
* [ ] I was running Aaru under macOS [version here]...
|
||||
* [ ] ...in 32-bit
|
||||
* [ ] ...in 64-bit
|
||||
* [ ] ...using an Intel / AMD processor
|
||||
* [ ] ...using an ARM or Apple Silicon processor
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the bug -->
|
||||
|
||||
### Exact command line used:
|
||||
|
||||
`Aaru [command] [parameters]`
|
||||
|
||||
### Expected behavior:
|
||||
<!-- What did you expect to happen -->
|
||||
|
||||
### Actual behavior:
|
||||
<!-- What actually happened -->
|
||||
|
||||
### Output of command execution with debug output enabled
|
||||
```
|
||||
Paste the whole output of the executed command when you append '-d' to your command line parameters here
|
||||
```
|
||||
Reference in New Issue
Block a user