summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-07-13 15:50:31 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-07-13 15:51:34 +0200
commit8405e75e2e644d22c9ada5b74df81389716cbca1 (patch)
treecbe95ea5ae4ff0f21c5264f8d0a14c09f85bb2e1 /.github
parent820110fcf685649ed6dcfe9fe3f6b9516d99a449 (diff)
Don't ask for info we most likely don't need
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report_contacts.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report_contacts.yml b/.github/ISSUE_TEMPLATE/bug_report_contacts.yml
index 203650d9..e40d0b75 100644
--- a/.github/ISSUE_TEMPLATE/bug_report_contacts.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report_contacts.yml
@@ -88,54 +88,6 @@ body:
- "SQLite"
- "Oracle"
- "Other"
- - type: input
- id: system
- attributes:
- label: Operating system
- description: |
- Write down the operating system where Nextcloud Contacts app is installed.
- - type: textarea
- id: apps
- attributes:
- label: List of activated Apps
- description: |
- Provide information about your apps.
- To get this information, execute one of the following commands on the CLI:
- ```shell
- sudo -u www-data php occ app:list
- php occ app:list
- ./occ app:list
- ```
- > NOTE: This will be automatically formatted into code for better readability.
- render: shell
- validations:
- required: true
- - type: textarea
- id: nextcloud-signingstatus
- attributes:
- label: Nextcloud Signing status
- description: |
- Provide Nextcloud Signing status.
- First, login as Admin user into your Nextcloud, then access this URL:
- ```shell
- https://yournextcloud.tld/index.php/settings/integrity/failed
- ```
- > NOTE: This will be automatically formatted into code for better readability.
- render: shell
- - type: textarea
- id: configs
- attributes:
- label: Configuration report
- description: |
- Provide information about your configuration.
- To get this information, execute one of the following commands on the CLI:
- ```shell
- sudo -u www-data php occ config:list system
- php occ config:list system
- ./occ config:list system
- ```
- > NOTE: This will be automatically formatted into code for better readability.
- render: shell
- type: textarea
id: additional-info
attributes: