|
| 1 | +# SPDX-FileCopyrightText: 2025 LibreCode coop and contributors |
| 2 | +# SPDX-License-Identifier: AGPL-3.0-or-later |
| 3 | + |
| 4 | +name: Bug report |
| 5 | +description: Create a report to help us improve |
| 6 | +labels: ["bug"] |
| 7 | +assignees: "your-username" |
| 8 | + |
| 9 | +body: |
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + Thanks for taking the time to fill out this bug report! |
| 14 | +
|
| 15 | + - type: input |
| 16 | + id: title |
| 17 | + attributes: |
| 18 | + label: Describe the bug |
| 19 | + description: A clear and concise description of what the bug is. |
| 20 | + placeholder: ex. Failed to extract a zip file |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + id: reproduce |
| 26 | + attributes: |
| 27 | + label: To reproduce |
| 28 | + description: Steps to reproduce the behavior |
| 29 | + placeholder: | |
| 30 | + - I'm an authenticated user |
| 31 | + - Go to '...' |
| 32 | + - Click on '....' |
| 33 | + - Scroll down to '....' |
| 34 | + - See error |
| 35 | + validations: |
| 36 | + required: false |
| 37 | + |
| 38 | + - type: input |
| 39 | + id: behavior |
| 40 | + attributes: |
| 41 | + label: Expected behavior |
| 42 | + description: A clear and concise description of what you expected to happen. |
| 43 | + |
| 44 | + - type: textarea |
| 45 | + id: screenshots |
| 46 | + attributes: |
| 47 | + label: Screenshots |
| 48 | + placeholder: Press the button below to add screenshots. |
| 49 | + description: If applicable, add screenshots to help explain your problem. |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: environment |
| 53 | + attributes: |
| 54 | + label: Environment information |
| 55 | + description: Please complete the following infomation |
| 56 | + placeholder: | |
| 57 | + - OS: [e.g. Linux Debian, Docker] |
| 58 | + - Browser [e.g. chrome, safari] |
| 59 | + - Extract Version [e.g. 3.2.1] |
| 60 | + - Nextcloud Server Version [e.g. 24.0.1] |
| 61 | + - Logs (get the entries from nextcloud.log related with Extract i.e `tail -f data/nextcloud.log|grep extract`) |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: additional |
| 67 | + attributes: |
| 68 | + label: Additional context |
| 69 | + description: Add any other context about the problem here. |
| 70 | + validations: |
| 71 | + required: false |
0 commit comments