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

bug_report_form.yml « ISSUE_TEMPLATE « .github - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12eb40627bfdfe7ab1bfbb82e57178b40f0e00d0 (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
name: "Bug"
description: "Have you encountered a bug? Submit a report and help us improve Nextcloud Mail"
labels: ["bug", "0. Needs triage"]
body:
    - type: textarea
      id: Expected-behavior
      attributes:
          label: Expected behavior
          description: |
              Tell us what should happen
      validations:
          required: true
    - type: textarea
      id: actual-behavior
      attributes:
          label: Actual behavior
          description: Describe what you expected to happen instead.
      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: input
      id: mail-app-version
      attributes:
          label: Mail app version
          description: |
              See apps admin page, e.g. 0.5.3
    - type: input
      id: mail-server-service
      attributes:
          label: Mailserver or service
          description: |
              e.g. Outlook, Yahoo, Gmail, Exchange...
    - type: input
      id: system
      attributes:
          label: Operating system
          description: |
              Write down the operating system where Nextcloud Mail app is installed.
    - 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
          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: textarea
      id: additional-info
      attributes:
          label: Additional info
          description: Any additional information related to the issue (ex. browser console errors, software versions).