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

bug_report.yml « ISSUE_TEMPLATE « .github - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89f71c34517da9eeef90083a8168dd8cf5c3d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
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.