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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md55
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml105
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md29
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml45
4 files changed, 150 insertions, 84 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 51005cef6..000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,55 +0,0 @@
----
-name: 🐞 Bug report
-about: Help us improving by reporting a bug
-labels: bug
----
-
-<!--
-Guidelines for submitting bug reports:
-
-* Bug reports which do not fill the complete issue template will be closed.
-* Please have a look at our [FAQ](https://github.com/stefan-niedermann/nextcloud-deck/blob/master/FAQ.md)
-* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
-* This repository is *only* for issues within the Nextcloud Deck Android app
--->
-Please use **[GitHub reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)** πŸ‘ to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
-
-**Describe the bug**
-<!-- A clear and concise description of what the bug is. -->
-
-
-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. -->
-
-
-**Versions**
-<!-- "latest" is NOT a version. Depending on your Nextcloud instance the latest versions can vary. -->
- - Nextcloud:
- - Nextcloud Deck:
- - Nextcloud Android:
- - Nextcloud Android Deck:
-
-
-**Smartphone (please complete the following information):**
-- Device:
-- Android-Version:
-- App-Store:
- - [ ] Google Play Store
- - [ ] Google Play Store (Beta channel)
- - [ ] F-Droid
- - [ ] Huawei AppGallery
-
-
-**Stacktrace**
-
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000..d89f71c34
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,105 @@
+name: "🐞 Bug report"
+description: "Help us improving by reporting a bug"
+labels: [ "bug" ]
+body:
+ - type: markdown
+ attributes:
+ value: Please note this is a free and open-source project. All 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: I have read the [FAQ](https://github.com/stefan-niedermann/nextcloud-deck/blob/master/FAQ.md)
+ required: true
+ - label: I have searched for existing issues
+ required: true
+ - label: The issue affects the Deck Android app, neither the [Deck server app](https://github.com/nextcloud/deck/issues/) nor the [Nextcloud Android app](https://github.com/nextcloud/android/issues).
+ required: true
+
+ - type: textarea
+ id: problem-description
+ attributes:
+ label: Describe the bug
+ description: A clear and concise description of what the bug is. Please add clear steps to reliably reproduce the issue.
+ placeholder: |
+ 1. Go to '…'
+ 2. Click on '…'
+ 3. Scroll down to '…'
+ 4. See error
+ validations:
+ required: true
+
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: Expected behavior
+ description: A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem.
+
+ - type: input
+ id: version-nextcloud-android-deck
+ attributes:
+ label: Deck Android version
+ placeholder: Version of this app
+ validations:
+ required: true
+
+ - type: input
+ id: version-nextcloud-deck
+ attributes:
+ label: Deck server version
+ placeholder: Deck Server app version
+ validations:
+ required: true
+
+ - type: input
+ id: version-nextcloud-android
+ attributes:
+ label: Nextcloud Android version
+ placeholder: Nextcloud Android app
+ validations:
+ required: true
+
+ - type: input
+ id: version-nextcloud
+ attributes:
+ label: Nextcloud version
+ placeholder: Your Nextcloud instance
+ validations:
+ required: true
+
+ - type: input
+ id: device
+ attributes:
+ label: Device
+ description: Manufacturer and model
+ placeholder: Samsung Galaxy S24
+ validations:
+ required: true
+
+ - type: input
+ id: android-version
+ attributes:
+ label: Android Version
+ description: Neither MIUI nor One UI or other proprietary manufacturer OS versions
+ placeholder: "14"
+ validations:
+ required: true
+
+ - type: checkboxes
+ id: versions
+ attributes:
+ label: App Store
+ options:
+ - label: Google Play Store
+ - label: Google Play Store (Beta channel)
+ - label: F-Droid
+ - label: Huawei App Gallery
+
+ - type: textarea
+ id: stacktrace
+ attributes:
+ label: Stacktrace
+ description: Copy the error message using the <kbd>Copy</kbd> button. Please do not post a screenshot of the error message.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 39f47140e..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: πŸš€ Feature request
-about: Suggest an idea for this project
-labels: enhancement
----
-
-<!--
-Guidelines for submitting issues:
-
-* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
-* This repository is *only* for issues within the Nextcloud Deck Android app
--->
-Please use **[GitHub reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)** πŸ‘ to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
-
-**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/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 000000000..7ae3788cd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,45 @@
+name: "πŸš€ Feature request"
+description: "Propose an idea for Deck Android"
+labels: [ "enhancement" ]
+body:
+
+ - type: markdown
+ attributes:
+ value: |
+ **Guidelines for submitting issues:**
+
+ * Please search the existing issues first, it's likely that your issue was already reported or even fixed.
+ * This repository is *only* for issues within the Deck Android app, **not** for the [Deck server app](https://github.com/nextcloud/deck/issues/) and **not** for the [Nextcloud Android app](https://github.com/nextcloud/android/issues).
+
+ - type: textarea
+ id: problem-description
+ attributes:
+ label: Is your feature request related to a problem? Please describe.
+ description: |
+ A clear and concise description of what the problem is.
+ placeholder: I'm always frustrated when…
+ validations:
+ required: true
+
+ - type: textarea
+ id: preferred-solution
+ attributes:
+ label: Describe the solution you'd like
+ description: |
+ A clear and concise description of what you want to happen.
+ validations:
+ required: true
+
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: |
+ A clear and concise description of any alternative solutions or features you've considered.
+
+ - type: textarea
+ id: context
+ attributes:
+ label: Additional context
+ description: |
+ Add any other context or screenshots about the feature request here. \ No newline at end of file