|
| 1 | +name: ⚙️ Configuration Help |
| 2 | +description: Get help with MeTube configuration and setup |
| 3 | +title: "[Config]: " |
| 4 | +labels: ["configuration", "help"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: checkboxes |
| 9 | + id: prerequisites |
| 10 | + attributes: |
| 11 | + label: Prerequisites |
| 12 | + description: Please confirm you have completed these steps before asking for configuration help |
| 13 | + options: |
| 14 | + - label: I have searched existing discussions and issues for similar configuration problems |
| 15 | + required: true |
| 16 | + - label: I have read the [configuration section](https://github.com/alexta69/metube#configuration-via-environment-variables) in the README |
| 17 | + required: true |
| 18 | + - label: I have checked the [Wiki](https://github.com/alexta69/metube/wiki) for configuration examples |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: markdown |
| 22 | + attributes: |
| 23 | + value: | |
| 24 | + ## Configuration Resources |
| 25 | + |
| 26 | + Before asking for help, please check these resources: |
| 27 | + - **[Configuration Guide](https://github.com/alexta69/metube#configuration-via-environment-variables)** - All available environment variables |
| 28 | + - **[YTDL_OPTIONS Cookbook](https://github.com/alexta69/metube/wiki/YTDL_OPTIONS-Cookbook)** - Common yt-dlp configurations |
| 29 | + - **[OUTPUT_TEMPLATE Cookbook](https://github.com/alexta69/metube/wiki/OUTPUT_TEMPLATE-Cookbook)** - Filename template examples |
| 30 | +
|
| 31 | + - type: textarea |
| 32 | + id: configuration-goal |
| 33 | + attributes: |
| 34 | + label: What are you trying to configure? |
| 35 | + description: Describe what you want to achieve with your MeTube configuration |
| 36 | + placeholder: | |
| 37 | + What specific behavior are you trying to achieve? |
| 38 | + What's not working as expected? |
| 39 | + What have you tried so far? |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + |
| 43 | + - type: textarea |
| 44 | + id: additional-context |
| 45 | + attributes: |
| 46 | + label: Additional Context |
| 47 | + description: Your configuration, environment details, errors, and any other helpful information |
| 48 | + placeholder: | |
| 49 | + Current Configuration: |
| 50 | + ```yaml |
| 51 | + # Your docker-compose.yml or environment variables |
| 52 | + ``` |
| 53 | + |
| 54 | + Environment Details: |
| 55 | + - MeTube version: [e.g., latest, specific version] |
| 56 | + - Docker image: [e.g., ghcr.io/alexta69/metube:latest] |
| 57 | + - Operating System: [e.g., Ubuntu 20.04, Windows 10, macOS 12] |
| 58 | + |
| 59 | + Error Messages or Issues: |
| 60 | + [Paste any error messages, logs, or unexpected behavior here] |
| 61 | + |
| 62 | + Other relevant information: |
| 63 | + [Screenshots, examples, etc.] |
| 64 | + validations: |
| 65 | + required: true |
0 commit comments