diff --git a/.github/ISSUE_TEMPLATE/logo_request.yml b/.github/ISSUE_TEMPLATE/logo_request.yml index 9790eef5d..fa0570dab 100644 --- a/.github/ISSUE_TEMPLATE/logo_request.yml +++ b/.github/ISSUE_TEMPLATE/logo_request.yml @@ -6,35 +6,42 @@ body: - type: markdown attributes: value: | - Tip: A logo can be displayed by fastfetch without getting into fastfetch's official repo. - For highly customized logo for personal use, it's recommended to keep it locally. + Tip: You can display a logo in fastfetch without adding it to fastfetch's official repo. + For highly customized, personal logos, we recommend keeping them locally. Please refer to https://github.com/fastfetch-cli/fastfetch/wiki/Migrate-Neofetch-Logo-To-Fastfetch - type: textarea attributes: label: OS - description: Paste content of `/etc/os-release` and `/etc/lsb-release` here. If none of these files exist, describe a way to identify the distro + description: Paste the contents of `/etc/os-release` and `/etc/lsb-release` here. If neither file exists, describe how to identify the distro. placeholder: cat /etc/os-release validations: required: true + - type: input + attributes: + label: Distro Website + description: To help prevent spam and verify the request, a distro website is required, and a downloadable ISO must be available on that site. + placeholder: https://example.com + validations: + required: true - type: textarea attributes: label: ASCII Art - description: An ASCII logo should not take up too much space (smaller than 50x20 characters). Please also include the color codes if not available in `os-release` + description: The ASCII logo should not take up too much space (smaller than 50x20 characters, W x H). Please also include the color codes if they are not available in `os-release`. placeholder: Paste ASCII art here validations: required: true - type: input attributes: - label: Original Image - description: If the ASCII art is based on an image, please provide a link to the original image - placeholder: Image URL or distro website URL + label: Original Image URL + description: If the ASCII art is based on an image, please provide a link to the original image file. + placeholder: Image URL from the distro website mentioned above - type: checkboxes attributes: label: Checklist options: - - label: The ASCII art is smaller than 50x20 characters (width x height) + - label: The ASCII art is smaller than 50x20 characters (W x H). required: true - - label: The ASCII art contains color codes, or the color codes are available in `os-release` + - label: The ASCII art includes color codes, or the color codes are available in `os-release`. required: true - - label: The ASCII art contains no internal paddings (spaces at the start and the end of lines) + - label: The ASCII art has no internal padding (spaces at the start and/or end of lines). required: true