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

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Hamann <git@arne.email>2022-08-15 13:14:17 +0300
committerArne Hamann <git@arne.email>2022-08-15 13:14:17 +0300
commit7ceb9407c722d402cb0a324ff36107f538c88b56 (patch)
treee522b8e426aa27ffea73a9ad109a6502aced3db3 /.github
parent927f4c2c993ade52ccc1cf535801c4f8876b19c1 (diff)
Created Issue Templates
Signed-off-by: Arne Hamann <git@arne.email>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.yml222
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md48
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
3 files changed, 275 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
new file mode 100644
index 00000000..309487b0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -0,0 +1,222 @@
+name: "Bug report: Nextcloud Server"
+description: "Submit a report and help us improve Nextcloud Server"
+title: "[Bug]: "
+labels: ["bug", "0. Needs triage"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ ### 👍 Thank you for contributing to our project!
+ Please note this is a **free and open-source** project. Most people take on their own time to help you, so please, be patient.
+ - type: checkboxes
+ id: before-posting
+ attributes:
+ label: "⚠️ This issue respects the following points: ⚠️"
+ description: All conditions are **required**. Your issue can be closed if these are checked incorrectly.
+ options:
+ - label: This is a **bug**, not a question or a configuration/webserver/proxy issue.
+ required: true
+ - label: This issue is **not** already reported on Github _(I've searched it)_.
+ required: true
+ - label: Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
+ required: true
+ - label: Maps app **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
+ required: true
+ - label: I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
+ required: true
+ - type: textarea
+ id: bug-description
+ attributes:
+ label: Bug description
+ description: |
+ Provide a description of the bug you're experiencing.
+ Don't just expect someone will guess what your specific problem is and provide full details.
+ validations:
+ required: true
+ - type: textarea
+ id: reproduce
+ attributes:
+ label: Steps to reproduce
+ description: |
+ Describe the steps to reproduce the bug.
+ The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ answer.
+ value: |
+ 1.
+ 2.
+ 3.
+ validations:
+ required: true
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: Expected behavior
+ description: Describe what you expected to happen instead.
+ validations:
+ required: true
+ - type: dropdown
+ id: install-method
+ attributes:
+ label: Installation method
+ description: |
+ Select installation method you've used.
+ _Describe the method in the "Additional info" section if you chose "Other"._
+ options:
+ - "Manual installation"
+ - "Official Docker image"
+ - "Official VM scripts"
+ - "Official SNAP package"
+ - "Official All-in-One appliance"
+ - "Web installer on a VPS or web space"
+ - "Other"
+ - type: dropdown
+ id: system
+ attributes:
+ label: Operating system
+ description: |
+ Select operating system where Nextcloud Server is installed.
+ _Describe in the "Additional info" section if you chose "Other"._
+ options:
+ - "Debian/Ubuntu"
+ - "RHEL/CentOS"
+ - "Other"
+ - type: dropdown
+ id: php
+ attributes:
+ label: PHP engine version
+ description: |
+ Select PHP engine version serving Nextcloud Server.
+ _Describe in the "Additional info" section if you chose "Other"._
+ options:
+ - "PHP 7.3"
+ - "PHP 7.4"
+ - "PHP 8.0"
+ - "PHP 8.1"
+ - "Other"
+ - type: dropdown
+ id: webserver
+ attributes:
+ label: Web server
+ description: |
+ Select Webserver serving Nextcloud Server.
+ _Describe in the "Additional info" section if you chose "Other"._
+ options:
+ - "Apache (supported)"
+ - "Nginx"
+ - "Lighttpd"
+ - "Other"
+ - type: dropdown
+ id: database
+ attributes:
+ label: Database engine version
+ description: |
+ Select Database engine serving Nextcloud Server.
+ _Describe in the "Additional info" section if you chose "Other"._
+ options:
+ - "MySQL"
+ - "MariaDB"
+ - "PostgreSQL"
+ - "SQlite"
+ - "Oracle"
+ - "Other"
+ - type: dropdown
+ id: fresh-server
+ attributes:
+ label: Is this bug present after an update or on a fresh install of the server?
+ description: |
+ Select if bug is present after an update or on a fresh install.
+ options:
+ - "Updated from a minor version (ex. 22.2.3 to 22.2.4)"
+ - "Updated to a major version (ex. 22.2.3 to 23.0.1)"
+ - "Fresh Nextcloud Server install"
+ - type: dropdown
+ id: fresh-app
+ attributes:
+ label: Is this bug present after an update or on a fresh install of the app?
+ description: |
+ Select if bug is present after an update or on a fresh install.
+ options:
+ - "Updated from a minor version"
+ - "Fresh Nextcloud Maps install (never installed before)"
+ - type: dropdown
+ id: encryption
+ attributes:
+ label: Are you using the Nextcloud Server Encryption module?
+ description: Select if encryption is Enabled on your Nextcloud Server.
+ options:
+ - "Encryption is Enabled"
+ - "Encryption is Disabled"
+ - type: checkboxes
+ id: users
+ attributes:
+ label: What user-backends are you using?
+ description: |
+ Select **all** user-backends Enabled on your Nextcloud Server.
+ _Describe in the "Additional info" section if you chose "Other"._
+ options:
+ - label: "Default user-backend _(database)_"
+ - label: "LDAP/ Active Directory"
+ - label: "SSO - SAML"
+ - label: "Other"
+ - 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: 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: nextcloud-log
+ attributes:
+ label: Nextcloud Logs
+ description: |
+ Provide Nextcloud logs lines.
+ Copy all contents from `data/nextcloud.log` or a RAW from `/settings/admin/logging` section:
+ > NOTE: This will be automatically formatted into code for better readability.
+ render: shell
+ - type: textarea
+ id: nextcloud-log
+ attributes:
+ label: Browser Console
+ description: |
+ Provide Browser Console log lines.
+ render: shell
+ - type: textarea
+ id: additional-info
+ attributes:
+ label: Additional info
+ description: Any additional information related to the issue (ex. software versions).
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md
new file mode 100644
index 00000000..468572c9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/Feature_request.md
@@ -0,0 +1,48 @@
+---
+name: 🚀 Feature request
+about: Suggest an idea for this project
+labels: enhancement, 0. Needs triage
+---
+
+<!--
+Thanks for reporting issues back to Nextcloud!
+
+Note: This is the **issue tracker of Nextcloud**, please do NOT use this to get answers to your questions or get help for fixing your installation. This is a place to report bugs to developers, after your server has been debugged. You can find help debugging your system on our home user forums: https://help.nextcloud.com or, if you use Nextcloud in a large organization, ask our engineers on https://portal.nextcloud.com. See also https://nextcloud.com/support for support options.
+
+Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
+
+Guidelines for submitting issues:
+
+* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
+ - Go to https://github.com/nextcloud and type any word in the top search/command bar. You probably see something like "We couldn’t find any repositories matching ..." then click "Issues" in the left navigation.
+ - You can also filter by appending e. g. "state:open" to the search string.
+ - More info on search syntax within github: https://help.github.com/articles/searching-issues
+
+* This repository https://github.com/nextcloud/server/issues is *only* for issues within the Nextcloud Server code. This also includes the apps: files, encryption, external storage, sharing, deleted files, versions, LDAP, and WebDAV Auth
+
+* SECURITY: Report any potential security bug to us via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/) instead of filing an issue in our bug tracker.
+
+* The issues in other components should be reported in their respective repositories: You will find them in our GitHub Organization (https://github.com/nextcloud/)
+-->
+
+
+<!--- Please keep this note for other contributors -->
+
+### How to use GitHub
+
+* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
+* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
+* Subscribe to receive notifications on status change and new comments.
+
+
+**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.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..4c2baedf
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: ❓ Community Support and Help
+ url: https://help.nextcloud.com/c/apps/maps/158
+ about: Configuration, webserver/proxy or performance issues and other questions