1name: Bug report 2description: Create a report to report a bug 3labels: ["Bug"] 4assignees: 5 - LouisOuellet 6 7body: 8 - type: textarea 9 id: description 10 attributes: 11 label: Description 12 description: Describe the bug or feature. 13 placeholder: "Description of the bug or feature" 14 validations: 15 required: true 16 - type: textarea 17 id: steps 18 attributes: 19 label: Steps to reproduce 20 description: Provide clear steps to reproduce. 21 placeholder: | 22 1. First Step 23 2. Second Step 24 3. And so on... 25 validations: 26 required: true 27 - type: textarea 28 id: expected 29 attributes: 30 label: Expected behavior 31 placeholder: "What you expected to happen" 32 validations: 33 required: true 34 - type: textarea 35 id: actual 36 attributes: 37 label: Actual behavior 38 placeholder: "What actually happened" 39 validations: 40 required: true 41 - type: input 42 id: dokuwiki_version 43 attributes: 44 label: Version of DokuWiki 45 description: Can be found in the admin screen or in the `VERSION` file. 46 placeholder: '2024-02-14a "Kaos"' 47 validations: 48 required: true 49 - type: input 50 id: php_version 51 attributes: 52 label: PHP Version 53 description: The version of PHP you are using to run DokuWiki 54 placeholder: "8.3" 55 validations: 56 required: true 57 - type: input 58 id: webserver 59 attributes: 60 label: Webserver and version of webserver 61 description: If applicable, always include if unsure 62 placeholder: "Apache 2.4 on Debian Linux" 63 - type: input 64 id: browser 65 attributes: 66 label: Browser and version of browser, operating system running browser 67 description: If applicable, always include if unsure 68 placeholder: "Chrome 221 on Windows 11" 69 - type: textarea 70 id: logs 71 attributes: 72 label: Screenshots or Logs 73 description: Paste logs or attach screenshots. 74 placeholder: "Paste your logs or attach the screenshot" 75