⚙️ [Improvement]: Fix README and issue template encoding artifacts #71

Closed
opened 2026-06-22 09:43:56 +00:00 by FrauJulian · 0 comments
FrauJulian commented 2026-06-22 09:43:56 +00:00 (Migrated from github.com)

Description

The README and issue templates contain mojibake/encoding artifacts in emoji-prefixed headings and template names, for example ðŸ... sequences instead of the intended characters.

Affected files include:

  • README.md
  • .github/ISSUE_TEMPLATE/bug.yaml
  • .github/ISSUE_TEMPLATE/improvement.yaml
  • .github/ISSUE_TEMPLATE/request.yaml

Acceptance Criteria

  • Replace corrupted visible characters with valid UTF-8 text.
  • Keep the existing content and template structure unchanged except for the broken characters.
  • Run the narrowest relevant check, likely npm run format:check or a direct file review if formatting is unchanged.
### Description The README and issue templates contain mojibake/encoding artifacts in emoji-prefixed headings and template names, for example `ðŸ...` sequences instead of the intended characters. Affected files include: - `README.md` - `.github/ISSUE_TEMPLATE/bug.yaml` - `.github/ISSUE_TEMPLATE/improvement.yaml` - `.github/ISSUE_TEMPLATE/request.yaml` ### Acceptance Criteria - Replace corrupted visible characters with valid UTF-8 text. - Keep the existing content and template structure unchanged except for the broken characters. - Run the narrowest relevant check, likely `npm run format:check` or a direct file review if formatting is unchanged.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fraujulian/Discord-Audio-Stream#71