Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2019-09-20 09:18:04 +0300
committerGitHub <noreply@github.com>2019-09-20 09:18:04 +0300
commit3ce94cc7327dba8ad7523606b796faf180afcde8 (patch)
treefe2197169b98245c2901800353a86cd38db0f453 /.github
parent245de8fddc5df400896be9b02c3c2229c2fe75b9 (diff)
Add code block to github stacktrace template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e6ba9f616..6d9245d45 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -28,4 +28,6 @@ If applicable, add screenshots to help explain your problem.
- Android-Version: [e.g. 8]
**Stacktrace**
+```
Please provide a stacktrace when possible.
+```