summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-25 17:44:48 +0200
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-25 17:44:48 +0200
commit225c3596cec7ee70ca281abdf2bd78c931ad4662 (patch)
tree015316625d4548aa791c45a62d36df321ec357dd /.github
parent342408f889b93c72775ffa428f7af92c3a9ca423 (diff)
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md135
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md17
2 files changed, 152 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..afed9c4e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,135 @@
+---
+name: Bug report
+about: Create a bug report to help us improve
+
+---
+
+⚠ Please report only issues corresponding to the contacts app for Nextcloud ⚠
+
+Migration and CardDAV issues belong in the server repo!
+https://github.com/nextcloud/server/issues
+
+If you have any questions, head over to https://help.nextcloud.com/c/apps/contacts
+__________________________________________________________________
+
+### 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**
+Tell us what you expected to happen.
+
+**Actual behavior**
+Tell us what happened instead.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+### Server configuration
+<!--
+You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+-->
+
+**Operating system**: Windows, Linux, MacOS...
+
+**Web server:** Apache, Nginx...
+
+**Database:** MariaDB, MySQL, PostgreSQL...
+
+**PHP version:** 7.0, 7.1, 7.2...
+
+**Nextcloud version:** (see Nextcloud admin page)
+
+**Contacts version:** (see Nextcloud apps page)
+
+**Updated from an older Nextcloud or fresh install:**
+
+**Signing status:**
+```
+Login as admin user into your Nextcloud and access
+http://example.com/index.php/settings/integrity/failed
+paste the results here.
+```
+
+**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 instance's 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, …)
+```
+
+### Client configuration
+**Browser:**
+
+**Operating system:**
+
+**CardDAV-clients:**
+
+### Logs
+#### *Web server error log*
+```
+Insert your webserver log here
+```
+
+### Nextcloud log
+#### *data/nextcloud.log*
+```
+Insert your Nextcloud log here
+```
+
+#### Browser log
+<details>
+<summary>How to access your browser console (Click to expand)</summary>
+
+# Chrome
+- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools.
+- Alternative method:
+ 1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools.
+ 2. Click the “console” tab.
+
+# Safari
+- Press CTRL + ALT + I to open the Web Inspector.
+- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.)
+
+# IE9
+1. Press F12 to open the developer tools.
+2. Click the “console” tab.
+
+# Firefox
+- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
+- or, if Firebug is installed (recommended):
+ 1. Press F12 to open Firebug.
+ 2. Click on the “console” tab.
+
+# Opera
+1. Press CTRL + SHIFT + I to open Dragonfly.
+2. Click on the “console” tab.
+</details>
+
+```
+Insert your browser log here, this could for example include:
+
+a) The javascript console log
+b) The network log
+c) ...
+```
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..066b2d92
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.