summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-03 09:42:39 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-03 11:49:19 +0100
commit237f687cbc76282867b2e5bfc503e3c5188f138e (patch)
tree0300ae96ea07f5140ad507eb7c7021bd3da2d1dd
parent6ea13fbc868d59dc10dc4adaef225e4da7fd2247 (diff)
Cleanup bug report template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md33
1 files changed, 15 insertions, 18 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index aa31b761f..2a298de90 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -13,7 +13,7 @@ Read and tick the following checkbox after you have created the issue or place a
* [ ] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and followed the provided tips
* [ ] I accept that the issue will be closed without comment if I do not check [here](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md#before-reporting-bugs)
-* [ ] I accept that the issue will be closed without comment if I don not fill out all items in the issue template.
+* [ ] I accept that the issue will be closed without comment if I do not fill out all items in the issue template.
## Explain the Problem
@@ -21,32 +21,29 @@ What problem did you encounter?
## Steps to Reproduce
Explain what you did to encounter the issue
-1.
-2.
-3.
+1. Click
+2. Drag
+3. ??
+4. Profit!
## System Information
* News app version:
* Nextcloud version:
-* Cron type:
+* Cron type: (system cron/python updater/...)
* PHP version:
* Database and version:
* Browser and version:
-* Distribution and version:
+* OS and version:
-## Contents of nextcloud/data/nextcloud.log
+<details>
+<summary>Contents of <em>nextcloud/data/nextcloud.log</em></summary>
-```json
+ Paste output here, don't forget the 4 space indentation.
+</details>
-Paste output here
-
-```
-
-## Contents of Browser Error Console
+<details>
+<summary>Contents of <em>Browser Error Console</em></summary>
Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here
-```
-
-Paste output here
-
-```
+ Paste output here, don't forget the 4 space indentation.
+</details>