Skip to content

Commit

Permalink
Merge pull request #2379 from fireice-uk/dev
Browse files Browse the repository at this point in the history
release 2.10.3
  • Loading branch information
fireice-uk authored Mar 28, 2019
2 parents 1fa4626 + 47c5029 commit d27e3a6
Show file tree
Hide file tree
Showing 112 changed files with 7,171 additions and 6,544 deletions.
14 changes: 14 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
SpaceBeforeParens: Never
UseTab: Always
AlignAfterOpenBracket: DontAlign
PointerBindsToType: true
BreakConstructorInitializers: AfterColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/compile_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
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.**
```
...
```
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/execution_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
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.**
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Feature request
about: Suggest an idea for xmr-stak.

---

**Please explain the feature as good as possible.**
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/tuning_help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
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.**
Loading

0 comments on commit d27e3a6

Please sign in to comment.