Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.10.3 #2379

Merged
merged 10 commits into from
Mar 28, 2019
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