|
3 | 3 |
|
4 | 4 | name: Bug report |
5 | 5 | description: Create a report to help us improve |
| 6 | +type: Bug |
6 | 7 | labels: [ 'bug' ] |
7 | 8 | assignees: 'your-username' |
8 | 9 |
|
@@ -48,20 +49,65 @@ body: |
48 | 49 | placeholder: Press the button below to add screenshots. |
49 | 50 | description: If applicable, add screenshots to help explain your problem. |
50 | 51 |
|
| 52 | + - type: input |
| 53 | + id: operational-system |
| 54 | + attributes: |
| 55 | + label: Operational System |
| 56 | + description: Specify the operating system where the bug occurs. |
| 57 | + placeholder: | |
| 58 | + e.g. Linux, Debian, Docker. If Docker, what's the used image or the base image. |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: input |
| 63 | + id: browser |
| 64 | + attributes: |
| 65 | + label: Browser Type and Version |
| 66 | + description: Only required if the issue is related to the Web interface. |
| 67 | + placeholder: e.g. Chrome 148.0.7778.97, Safari 26.3.1 |
| 68 | + validations: |
| 69 | + required: false |
| 70 | + |
| 71 | + - type: input |
| 72 | + id: libresign-version |
| 73 | + attributes: |
| 74 | + label: Libresign Version |
| 75 | + description: The version of the LibreSign installed. |
| 76 | + placeholder: e.g. 3.2.1 |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + |
| 80 | + - type: input |
| 81 | + id: nextcloud-version |
| 82 | + attributes: |
| 83 | + label: Nextcloud Server Version |
| 84 | + description: Optional. Useful if you are using a specific or outdated stable version. |
| 85 | + placeholder: e.g. 24.0.1 |
| 86 | + validations: |
| 87 | + required: false |
| 88 | + |
51 | 89 | - type: textarea |
52 | | - id: environment |
| 90 | + id: nextcloud-logs |
53 | 91 | attributes: |
54 | | - label: Environment information |
55 | | - description: Please complete the following infomation |
| 92 | + label: Logs from Nextcloud Server |
| 93 | + description: Entries from Nextcloud logs related with LibreSign. |
56 | 94 | placeholder: | |
57 | | - - OS: [e.g. Linux Debian, Docker] |
58 | | - - Browser [e.g. chrome, safari] |
59 | | - - LibreSign 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 LibreSign i.e `tail -f data/nextcloud.log|grep libresign`) |
| 95 | + Get the enrties from nextcloud.log related with LibreSign i.e `tail -f data/nextcloud.log|grep libresign` |
62 | 96 | validations: |
63 | 97 | required: true |
64 | 98 |
|
| 99 | + - type: textarea |
| 100 | + id: developer-logs |
| 101 | + attributes: |
| 102 | + label: Logs from Developers tools |
| 103 | + description: Any additional logs or console output that might help diagnose the issue. |
| 104 | + placeholder: | |
| 105 | + - JavaScript errors |
| 106 | + - List of API requests to LibreSign endpoints (would be good to apply filter) |
| 107 | + - Status code of requests to LibreSign API |
| 108 | + validations: |
| 109 | + required: false |
| 110 | + |
65 | 111 | - type: textarea |
66 | 112 | id: additional |
67 | 113 | attributes: |
|
0 commit comments