Skip to content

Commit 69778f7

Browse files
committed
add issue and pull request templates
add templates with importend information to optimize the support
1 parent 035c824 commit 69778f7

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Please provide as much as possible information to reproduce the issue.
2+
3+
# Basic information
4+
- Type of the CPU.
5+
- Type of the GPU (if you try to miner with the GPU).
6+
7+
# Compile issues
8+
- Which OS do you use?
9+
```
10+
add **all** commands you used and the **full** compile output here
11+
```
12+
```
13+
run `cmake -LA .` in the build folder and add the output here
14+
```
15+
16+
# Issue with the execution
17+
- Do you compiled the miner by our own?
18+
```
19+
run `./xmr-stak --version-long` and add the output here
20+
```
21+
22+
# AMD OpenCl issue
23+
24+
```
25+
run `clinfo` and add the output here
26+
```
27+
28+
# Stability issue
29+
- Is the CPU or GPU overclocked?
30+
- Is the Main memory of the CPU or GPU undervolted?

.github/PULL_REQUEST_TEMPLATE.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please make sure your PR is against **dev** branch. Merging PRs directly into master branch would interfere with our workflow.

0 commit comments

Comments
 (0)