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