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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.yamlAcceptance Criteria
npm run format:checkor a direct file review if formatting is unchanged.