summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-07 21:36:45 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-12-07 21:51:55 +0100
commit69778f7bb94676eb236c1161e36d3d85477d2de2 (patch)
tree2fb4cb39aeafe91e98ff0764dbb352bbe00cb489 /.github
parent035c824258f678a6865c69ef1a8b769549937662 (diff)
downloadxmr-stak-69778f7bb94676eb236c1161e36d3d85477d2de2.zip
xmr-stak-69778f7bb94676eb236c1161e36d3d85477d2de2.tar.gz
add issue and pull request templates
add templates with importend information to optimize the support
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md30
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md1
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
OpenPOWER on IntegriCloud