|
| 1 | +name: 🐛 Report a bug |
| 2 | +description: Any errors. |
| 3 | +labels: ["needs triage", "bug"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: > |
| 8 | + Before you go any further. Is this really a **🐛 bug**? |
| 9 | +
|
| 10 | + If it's a question about how al-folio works, have a look at our [documentation](https://github.com/alshedivat/al-folio/blob/master/README.md), |
| 11 | + [frequently asked questions](https://github.com/alshedivat/al-folio/blob/master/FAQ.md), |
| 12 | + [past questions](https://github.com/alshedivat/al-folio/discussions/categories/q-a), |
| 13 | + or [ask a question](https://github.com/alshedivat/al-folio/discussions/new?category=q-a). |
| 14 | +
|
| 15 | + - type: checkboxes |
| 16 | + id: requirements |
| 17 | + attributes: |
| 18 | + label: Have you checked that your issue isn't already filed? |
| 19 | + description: > |
| 20 | + Please check if somebody else has already filed the same issue. |
| 21 | + If you find a similar issue, please add a 👍 reaction or comment on the original post. |
| 22 | + options: |
| 23 | + - label: I read through [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue. |
| 24 | + required: true |
| 25 | + - label: Yes, I have checked that this issue isn't already filed. |
| 26 | + required: true |
| 27 | + |
| 28 | + - type: input |
| 29 | + attributes: |
| 30 | + label: Bug description |
| 31 | + description: A description of the 🐛 bug. |
| 32 | + placeholder: A clear and concise description of what the bug is. |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: textarea |
| 37 | + attributes: |
| 38 | + label: How to reproduce the bug |
| 39 | + description: Provide steps to reproduce the 🐛 bug. |
| 40 | + placeholder: | |
| 41 | + Include steps to reproduce, the expected behaviour, and the actual behaviour. |
| 42 | +
|
| 43 | + 1. Go to '...' |
| 44 | + 2. Click on '....' |
| 45 | + 3. Scroll down to '....' |
| 46 | + 4. See error |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + attributes: |
| 52 | + label: Error messages and logs |
| 53 | + description: > |
| 54 | + Provide any error messages and/or logs |
| 55 | + placeholder: "Copy the complete error messages and logs" |
| 56 | + value: | |
| 57 | + ``` |
| 58 | + The error message you got, with the full traceback if available. Please paste it between these triple backticks. |
| 59 | + ``` |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + |
| 63 | + - type: dropdown |
| 64 | + id: os |
| 65 | + attributes: |
| 66 | + label: What operating system are you using? |
| 67 | + description: select all OSs where you have experienced this issue |
| 68 | + multiple: true |
| 69 | + options: |
| 70 | + - Linux |
| 71 | + - Mac |
| 72 | + - Windows |
| 73 | + - Not applicable (e.g. you're using GitHub Pages or other hosting) |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: dropdown |
| 78 | + id: environment |
| 79 | + attributes: |
| 80 | + label: Where are you seeing the problem on? |
| 81 | + description: select all environments where you have experienced this issue |
| 82 | + multiple: true |
| 83 | + options: |
| 84 | + - "Running locally with Docker" |
| 85 | + - "Running locally without Docker" |
| 86 | + - "Deployed site" |
| 87 | + validations: |
| 88 | + required: true |
| 89 | + |
| 90 | + - type: textarea |
| 91 | + attributes: |
| 92 | + label: More info |
| 93 | + description: Add any other info about the issue here. |
| 94 | + placeholder: | |
| 95 | + Add any other context about the problem here, such as versions of the libraries if running without docker, screenshots, links to the deployed site, etc. |
| 96 | + validations: |
| 97 | + required: false |
| 98 | + |
| 99 | + - type: markdown |
| 100 | + attributes: |
| 101 | + value: "**Happy coding!**" |
0 commit comments