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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-10-22 01:56:45 +0300
committerdartcafe <github@dartcafe.de>2022-10-22 01:56:45 +0300
commita508dc94aa6174b3526baa008c574ab71a5d0160 (patch)
tree9bce042b3b1ec4ad8a18cab439c212d525a08072 /.github
parent6231298d88acf53563f510ded0df69ba3ce805d7 (diff)
a few more updates
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
index b9b7e532..84bad149 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -1,6 +1,5 @@
name: "Bug report: Nextcloud Polls"
description: "Submit a report and help us improve Polls"
-title: "[Bug]: "
labels: ["bug"]
assignees:
- dartcafe
@@ -145,7 +144,7 @@ body:
label: Add your browser log here
description: |
Provide the content of your browser console or network tab in case of errors (see developer tools of your browser).
- > NOTE: This will be automatically formatted into code for better readability.
+ placeholder: This will be automatically formatted into code for better readability.
render: shell
- type: textarea
@@ -243,7 +242,7 @@ body:
description: |
Provide Nextcloud logs lines, which can give information about the bug.
Copy all relevant contents from `data/nextcloud.log` or copy the a RAW entries from `/settings/admin/logging` section:
- > NOTE: This will be automatically formatted into code for better readability.
+ placeholder: This will be automatically formatted into code for better readability.
render: shell
- type: textarea
@@ -272,7 +271,7 @@ body:
php occ config:list system
./occ config:list system
```
- > NOTE: This will be automatically formatted into code for better readability.
+ placeholder: This will be automatically formatted into code for better readability.
render: shell
- type: textarea
@@ -300,7 +299,7 @@ body:
```shell
https://yournextcloud.tld/index.php/settings/integrity/failed
```
- > NOTE: This will be automatically formatted into code for better readability.
+ placeholder: This will be automatically formatted into code for better readability.
render: shell
- type: markdown