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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2021-04-12 17:06:46 +0300
committerMichaIng <micha@dietpi.com>2021-04-12 17:09:15 +0300
commitc0a2b3ade69b1b9f08c012e13931c33ce6d18492 (patch)
tree3452c371ae1016cc8723d3cadf5628dd5b678581 /.github
parent8713553203744a2ca58d3e09a188eb206dde3f95 (diff)
Add empty line to details block before code block
As a matter of fact, without that additional empty line, the fenced code blocks within the details blocks are not shown correctly on GitHub. Signed-off-by: MichaIng <micha@dietpi.com>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
-rw-r--r--.github/issue_template.md3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 122b1fda9..7f55cfca4 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -72,6 +72,7 @@ You can use the Issue Template application to prefill most of the required infor
**List of activated apps:**
<details>
+
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
@@ -82,6 +83,7 @@ from within your server installation folder
**Nextcloud configuration:**
<details>
+
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
@@ -91,6 +93,7 @@ from within your Nextcloud installation folder
### Server log (data/nextcloud.log)
<details>
+
```
Insert your server log here
```
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 606176802..9260c0dd7 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -61,6 +61,7 @@ You can use the Issue Template application to prefill most of the required infor
**List of activated apps:**
<details>
+
```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
@@ -71,6 +72,7 @@ from within your server installation folder
**Nextcloud configuration:**
<details>
+
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
@@ -85,6 +87,7 @@ Make sure to remove all sensitive content such as passwords. (e.g. database pass
### Server log (data/nextcloud.log)
<details>
+
```
Insert your server log here
```