diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 30 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..8451f32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +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? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..16e55c8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +Please make sure your PR is against **dev** branch. Merging PRs directly into master branch would interfere with our workflow.
\ No newline at end of file |