Skip to content
Snippets Groups Projects
Commit 253864ee authored by psychocrypt's avatar psychocrypt
Browse files

use different issue templates

add issue templates to get more information to solve issues
parent 5f84ed0d
No related branches found
No related tags found
No related merge requests found
Please provide as much as possible information to reproduce the issue.
# Basic information
- Type of the CPU.
- Type of the GPU (if you try to miner with the GPU).
# Compile issues
- Which OS do you use?
```
add **all** commands you used and the **full** compile output here
```
```
run `cmake -LA .` in the build folder and add the output here
```
# Issue with the execution
- Do you compiled the miner by our own?
```
run `./xmr-stak --version-long` and add the output here
```
# AMD OpenCl issue
```
run `clinfo` and add the output here
```
# Stability issue
- Is the CPU or GPU overclocked?
- Is the Main memory of the CPU or GPU undervolted?
---
name: Compile bug report
about: You have an issue to compile xmr-stak.
---
`...` are the placeholder for your answers. Please answer each question!
**Describe the bug**
A clear and concise description of what the bug is.
**Which operating system do you use? **
```
...
```
**To Reproduce**
```
# Please post all commands and the output.
...
```
**Additional information.**
```
# run `cmake -LA .` in the build folder and add the output here
...
```
**Feel free to add more information.**
```
...
```
---
name: Execution bug report
about: You have an issue to execute xmr-stak.
---
**Most execution issues are caused by driver problems. Please use the [xmr-stak sub-reddit](https://www.reddit.com/r/XmrStak/) to ask for help instead of opening an issue here.**
\ No newline at end of file
---
name: Feature request
about: Suggest an idea for xmr-stak.
---
**Please explain the feature as good as possible.**
---
name: Need help for optimization.
about: You need help to optimize your setup.
---
**Please use the [xmr-stak sub-reddit](https://www.reddit.com/r/XmrStak/) to discuss optimizations.**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment