|
| 1 | +name: Bug report |
| 2 | +description: Create a bug report to help us improve Invidious |
| 3 | +title: "[Bug] " |
| 4 | +labels: ["bug"] |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + BEFORE TRYING TO REPORT A BUG: |
| 11 | +
|
| 12 | + * Read the FAQ: https://docs.invidious.io/faq/! |
| 13 | + * Use the search function to check if there is already an issue open for your problem: https://github.com/search?q=repo%3Aiv-org%2Finvidious+replace+me+with+your+bug&type=issues! |
| 14 | +
|
| 15 | + MAKE SURE TO FOLLOW THE TWO STEPS ABOVE BEFORE REPORTING A BUG. A BUG THAT ALREADY EXISTS WILL BE IMMEDIATELY CLOSED. |
| 16 | +
|
| 17 | + If you want to suggest a new feature please use "Feature request" instead |
| 18 | + If you want to suggest an enhancement to an existing feature please use "Enhancement" instead |
| 19 | + - type: textarea |
| 20 | + id: describe-bug |
| 21 | + attributes: |
| 22 | + label: Describe the bug |
| 23 | + description: A clear and concise description of what the bug is. |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + - type: textarea |
| 27 | + id: steps |
| 28 | + attributes: |
| 29 | + label: Steps to Reproduce |
| 30 | + description: Steps to reproduce the behavior. |
| 31 | + placeholder: | |
| 32 | + 1. Go to '...' |
| 33 | + 2. Click on '....' |
| 34 | + 3. Scroll down to '....' |
| 35 | + 4. See error |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: textarea |
| 39 | + id: logs |
| 40 | + attributes: |
| 41 | + label: Logs |
| 42 | + description: If applicable, copy the logs that appear on the page where the error is reported. |
| 43 | + render: shell |
| 44 | + validations: |
| 45 | + required: false |
| 46 | + - type: textarea |
| 47 | + id: screenshots |
| 48 | + attributes: |
| 49 | + label: Screenshots |
| 50 | + description: If applicable, add screenshots to help explain your problem. |
| 51 | + validations: |
| 52 | + required: false |
| 53 | + - type: textarea |
| 54 | + id: context |
| 55 | + attributes: |
| 56 | + label: Additional context |
| 57 | + description: Add any other context about the problem here. |
| 58 | + placeholder: | |
| 59 | + - Browser (if applicable): |
| 60 | + - OS (if applicable): |
| 61 | + validations: |
| 62 | + required: false |
| 63 | + - type: checkboxes |
| 64 | + id: ai-policy |
| 65 | + attributes: |
| 66 | + label: AI Policy |
| 67 | + options: |
| 68 | + - label: I have read the [AI Policy](https://github.com/iv-org/invidious/blob/master/AI_POLICY.md) and understand the disclosure requirements |
| 69 | + required: true |
| 70 | + - type: dropdown |
| 71 | + id: ai-usage |
| 72 | + attributes: |
| 73 | + label: AI usage |
| 74 | + description: Did you use AI to help create this issue? |
| 75 | + options: |
| 76 | + - AI was not used to write this issue |
| 77 | + - AI was used to fully write this issue |
| 78 | + - AI was used to partially create this issue (explain how) |
| 79 | + validations: |
| 80 | + required: true |
| 81 | + - type: input |
| 82 | + id: ai-models |
| 83 | + attributes: |
| 84 | + label: Model(s) used |
| 85 | + description: If you used AI, list the EXACT model(s) used. Leave empty if you did not use AI. |
| 86 | + placeholder: "e.g. Llama 3.1, Mistral, Qwen 2.5, DeepSeek-R1" |
| 87 | + validations: |
| 88 | + required: false |
| 89 | + - type: input |
| 90 | + id: ai-tools |
| 91 | + attributes: |
| 92 | + label: Tool(s) used |
| 93 | + description: If you used AI, list the tool(s) used to interact with it. Leave empty if you did not use AI. |
| 94 | + placeholder: "e.g. Ollama, Open WebUI, Continue" |
| 95 | + validations: |
| 96 | + required: false |
| 97 | + - type: textarea |
| 98 | + id: ai-explanation |
| 99 | + attributes: |
| 100 | + label: How was AI used? |
| 101 | + description: If you selected "AI was used to partially create this issue (explain how)" above, explain how AI was used here. Leave empty otherwise. |
| 102 | + validations: |
| 103 | + required: false |
0 commit comments