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>2021-06-19 15:08:56 +0300
committerdartcafe <github@dartcafe.de>2021-06-19 15:08:56 +0300
commit80938aabd1523f2c4d5e57531b8f19953edec1ae (patch)
tree5a3a88bb59b4ef039cd89bc591a82d0888bd9301 /.github
parenta7f7c087613d82cdd818212d0ea5c5c3555b5e0d (diff)
change bug_report.md
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md218
1 files changed, 133 insertions, 85 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 30a4502c..402f2ace 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,85 +1,133 @@
----
-name: Bug report
-about: Create a report to help us improve
-
----
-
-### What is going wrong?
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-### Information about your polls installation
-**Polls version?** (see apps page)
-
-**Fresh installation or update from a prior version (from which one)?**
-
-**How did you install this version?(Appstore or describe installation)**
-
-### Information about your Instance of Nextcloud
-
-**Nextcloud version:** (see Nextcloud admin page)
-
-**List of activated apps:**
-```
-If you have access to your command line run e.g.:
-sudo -u www-data php occ app:list
-from within your Nextcloud installation folder
-```
-
-**Nextcloud configuration:**
-```
-If you have access to your command line run e.g.:
-sudo -u www-data php occ config:list system
-from within your Nextcloud installation folder
-
-or
-
-Insert your config.php content here
-Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
-```
-
-### Server configuration
-<!--
-You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
--->
-
-**Database:**
-
-**PHP version:**
-
-**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
-
-### Client configuration
-**Device:**
-Desktop/mobile phone/ tablet/...
-
-**Browser:**
-
-### Logs
-
-#### Nextcloud log (data/nextcloud.log)
-```
-Insert your Nextcloud log here
-```
-
-#### Browser log
-```
-Insert your browser log here, this could for example include:
-
-a) The javascript console log
-b) The network log
-c) ...
-```
+---
+name: Bug report
+about: Create a report to help us improve
+
+---
+
+## What is going wrong? What did you observe?
+**Describe the bug**
+
+A clear and concise description of what is wrong.
+
+**Steps to reproduce the behavior**
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Add a screenshot of the misbehavior**
+
+If applicable, add screenshots to help explain your problem.
+
+## How should it work?
+**What you expected to happen?**
+
+A clear and concise description of
+
+## Information about your polls installation
+**Polls version:** (see apps page)
+
+**Fresh installation or update from a prior version (from which one)?**
+<!--
+Put an x between the brackets ([x]) or check these boxes after you created the issue
+-->
+- [ ] First time install
+- [ ] Update from a prior version
+ Version number of the previous version:
+
+**How did you install this version?(Appstore or describe installation)**
+<!--
+Put an x between the brackets ([x]) or check these boxes after you created the issue
+-->
+- [ ] Installed from the appstore
+- [ ] Installed via occ
+- [ ] Installed via extracting downloaded package to the apps folder
+
+## Information about your Instance of Nextcloud
+**Nextcloud version:** (see Nextcloud admin page)
+
+<details>
+<summary>List of activated apps</summary>
+
+```
+If you have access to your command line run e.g.:
+sudo -u www-data php occ app:list
+from within your Nextcloud installation folder
+```
+
+</details>
+<details>
+<summary>Nextcloud Configuration</summary>
+
+```
+If you have access to your command line run e.g.:
+sudo -u www-data php occ config:list system
+from within your Nextcloud installation folder
+
+or
+
+Insert your config.php content here
+Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
+```
+</details>
+
+### Server configuration (decide, if you think it is helpful)
+<!--
+You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+-->
+
+**Database:**
+- [ ] MySql version:
+- [ ] MariaDB version:
+- [ ] PostgreSQL version:
+- [ ] Oracle version:
+- [ ] SQLite:
+- [ ] Other (add name and version):
+
+**PHP version:**
+- [ ] 7.3 or lower
+- [ ] 7.4
+- [ ] 8.0
+
+**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
+
+### Client configuration
+**Device:** <!-- Put an x between the brackets ([x]) or check these boxes after you created the issue -->
+- [ ] PC
+- [ ] Mac
+- [ ] Mobile phone
+- [ ] Tablet
+
+**Browser:** <!-- Add your Browser's version and put an x between the brackets ([x]) or check these boxes after you created the issue -->
+
+- [ ] Firefox version:
+- [ ] Chrome version:
+- [ ] Safari version:
+- [ ] Other (add name and version):
+
+## Logs
+
+<details>
+<summary>Nextcloud log (data/nextcloud.log)</summary>
+
+```
+Insert your Nextcloud log here
+```
+</details>
+
+<details>
+<summary>Browser console log</summary>
+
+```
+Insert your browser console log here
+```
+
+</details>
+
+<details>
+<summary>Other browser logs</summary>
+
+```
+Insert additional logs from your browser here
+```
+</details>