diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-08 11:05:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 11:05:20 +0000 |
commit | a142161a6982210287fe8a8408b9bee20f126b89 (patch) | |
tree | 4b585f2d904f2825698d3ed9f7b1e5a999284abd | |
parent | 3bc72ec9c04352f740a08aa574aca66743c0e9da (diff) | |
parent | 69778f7bb94676eb236c1161e36d3d85477d2de2 (diff) | |
download | xmr-stak-a142161a6982210287fe8a8408b9bee20f126b89.zip xmr-stak-a142161a6982210287fe8a8408b9bee20f126b89.tar.gz |
Merge pull request #397 from psychocrypt/topic-addIseAndPRTempates
add issue and pull request templates
-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 |