|
1 | 1 | name: "Bug" |
2 | 2 | description: "Have you encountered a bug? Submit a report and help us improve Nextcloud Mail" |
3 | | -labels: ["bug", "0. Needs triage"] |
| 3 | +labels: ["bug", "0. to triage"] |
4 | 4 | body: |
5 | | - - type: textarea |
6 | | - id: Expected-behavior |
7 | | - attributes: |
8 | | - label: Expected behavior |
9 | | - description: | |
10 | | - Tell us what should happen |
11 | | - validations: |
12 | | - required: true |
13 | | - - type: textarea |
14 | | - id: actual-behavior |
15 | | - attributes: |
16 | | - label: Actual behavior |
17 | | - description: Describe what you expected to happen instead. |
18 | | - validations: |
19 | | - required: true |
20 | | - - type: textarea |
21 | | - id: reproduce |
22 | | - attributes: |
23 | | - label: Steps to reproduce |
24 | | - description: | |
25 | | - Describe the steps to reproduce the bug. |
26 | | - The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ answer. |
27 | | - value: | |
28 | | - 1. |
29 | | - 2. |
30 | | - 3. |
31 | | - validations: |
32 | | - required: true |
33 | | - - type: input |
34 | | - id: mail-app-version |
35 | | - attributes: |
36 | | - label: Mail app version |
37 | | - description: | |
38 | | - See apps admin page, e.g. 0.5.3 |
39 | | - - type: input |
40 | | - id: mail-server-service |
41 | | - attributes: |
42 | | - label: Mailserver or service |
43 | | - description: | |
44 | | - e.g. Outlook, Yahoo, Gmail, Exchange... |
45 | | - - type: input |
46 | | - id: system |
47 | | - attributes: |
48 | | - label: Operating system |
49 | | - description: | |
50 | | - Write down the operating system where Nextcloud Mail app is installed. |
51 | | - - type: dropdown |
52 | | - id: php |
53 | | - attributes: |
54 | | - label: PHP engine version |
55 | | - description: | |
56 | | - Select PHP engine version serving Nextcloud Server. |
57 | | - _Describe in the "Additional info" section if you chose "Other"._ |
58 | | - options: |
59 | | - - "PHP 7.3" |
60 | | - - "PHP 7.4" |
61 | | - - "PHP 8.0" |
62 | | - - "PHP 8.1" |
63 | | - - "Other" |
64 | | - - type: dropdown |
65 | | - id: webserver |
66 | | - attributes: |
67 | | - label: Web server |
68 | | - description: | |
69 | | - Select Webserver serving Nextcloud Server. |
70 | | - _Describe in the "Additional info" section if you chose "Other"._ |
71 | | - options: |
72 | | - - "Apache (supported)" |
73 | | - - "Nginx" |
74 | | - - "Lighttpd" |
75 | | - - "Other" |
76 | | - - type: dropdown |
77 | | - id: database |
78 | | - attributes: |
79 | | - label: Database |
80 | | - description: | |
81 | | - Select Database engine serving Nextcloud Server. |
82 | | - _Describe in the "Additional info" section if you chose "Other"._ |
83 | | - options: |
84 | | - - "MySQL" |
85 | | - - "MariaDB" |
86 | | - - "PostgreSQL" |
87 | | - - "SQLite" |
88 | | - - "Oracle" |
89 | | - - "Other" |
90 | | - - type: textarea |
91 | | - id: additional-info |
92 | | - attributes: |
93 | | - label: Additional info |
94 | | - description: Any additional information related to the issue (ex. browser console errors, software versions). |
| 5 | +- type: textarea |
| 6 | + id: reproduce |
| 7 | + attributes: |
| 8 | + label: Steps to reproduce |
| 9 | + description: | |
| 10 | + Describe the steps to reproduce the bug. |
| 11 | + The better your description is _(go 'here', click 'there'...)_ the fastest you'll get an _(accurate)_ answer. |
| 12 | + value: | |
| 13 | + 1. |
| 14 | + 2. |
| 15 | + 3. |
| 16 | + validations: |
| 17 | + required: true |
| 18 | +- type: textarea |
| 19 | + id: Expected-behavior |
| 20 | + attributes: |
| 21 | + label: Expected behavior |
| 22 | + description: | |
| 23 | + Tell us what should happen |
| 24 | + validations: |
| 25 | + required: true |
| 26 | +- type: textarea |
| 27 | + id: actual-behavior |
| 28 | + attributes: |
| 29 | + label: Actual behavior |
| 30 | + description: Tell us what happens instead |
| 31 | + validations: |
| 32 | + required: true |
| 33 | +- type: input |
| 34 | + id: mail-app-version |
| 35 | + attributes: |
| 36 | + label: Mail app version |
| 37 | + description: | |
| 38 | + See apps admin page, e.g. 0.5.3 |
| 39 | +- type: input |
| 40 | + id: mail-server-service |
| 41 | + attributes: |
| 42 | + label: Mailserver or service |
| 43 | + description: | |
| 44 | + e.g. Outlook, Yahoo, Gmail, Exchange... |
| 45 | +- type: input |
| 46 | + id: system |
| 47 | + attributes: |
| 48 | + label: Operating system |
| 49 | + description: | |
| 50 | + Write down the operating system where Nextcloud Mail app is installed. |
| 51 | +- type: dropdown |
| 52 | + id: php |
| 53 | + attributes: |
| 54 | + label: PHP engine version |
| 55 | + description: | |
| 56 | + Select PHP engine version serving Nextcloud Server. |
| 57 | + _Describe in the "Additional info" section if you chose "Other"._ |
| 58 | + options: |
| 59 | + - "PHP 7.3" |
| 60 | + - "PHP 7.4" |
| 61 | + - "PHP 8.0" |
| 62 | + - "PHP 8.1" |
| 63 | + - "Other" |
| 64 | +- type: dropdown |
| 65 | + id: webserver |
| 66 | + attributes: |
| 67 | + label: Web server |
| 68 | + description: | |
| 69 | + Select Webserver serving Nextcloud Server. |
| 70 | + _Describe in the "Additional info" section if you chose "Other"._ |
| 71 | + options: |
| 72 | + - "Apache (supported)" |
| 73 | + - "Nginx" |
| 74 | + - "Lighttpd" |
| 75 | + - "Other" |
| 76 | +- type: dropdown |
| 77 | + id: database |
| 78 | + attributes: |
| 79 | + label: Database |
| 80 | + description: | |
| 81 | + Select Database engine serving Nextcloud Server. |
| 82 | + _Describe in the "Additional info" section if you chose "Other"._ |
| 83 | + options: |
| 84 | + - "MySQL" |
| 85 | + - "MariaDB" |
| 86 | + - "PostgreSQL" |
| 87 | + - "SQLite" |
| 88 | + - "Oracle" |
| 89 | + - "Other" |
| 90 | +- type: textarea |
| 91 | + id: additional-info |
| 92 | + attributes: |
| 93 | + label: Additional info |
| 94 | + description: Any additional information related to the issue (ex. browser console errors, software versions). |
0 commit comments