Add missing unsubscribe.yml issue template#59
Merged
EthanThePhoenix38 merged 4 commits intoclaude/configurable-news-reader-G1Gdxfrom Feb 14, 2026
Merged
Add missing unsubscribe.yml issue template#59EthanThePhoenix38 merged 4 commits intoclaude/configurable-news-reader-G1Gdxfrom
EthanThePhoenix38 merged 4 commits intoclaude/configurable-news-reader-G1Gdxfrom
Conversation
Co-authored-by: EthanThePhoenix38 <103653068+EthanThePhoenix38@users.noreply.github.com>
Co-authored-by: EthanThePhoenix38 <103653068+EthanThePhoenix38@users.noreply.github.com>
Co-authored-by: EthanThePhoenix38 <103653068+EthanThePhoenix38@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add missing unsubscribe.yml for news reader
Add missing unsubscribe.yml issue template
Feb 5, 2026
4a3bc6f
into
claude/configurable-news-reader-G1Gdx
2 checks passed
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the missing GitHub issue form template referenced by digest “unsubscribe” links, preventing 404s and restoring the unsubscribe entrypoint.
Changes:
- Added
.github/ISSUE_TEMPLATE/unsubscribe.ymlissue form with required email field and optional reason field. - Uses the same issue-form structure and bilingual field labels used by existing templates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| id: email | ||
| attributes: | ||
| label: Votre email / Your email | ||
| description: L'adresse email que vous souhaitez désabonner / The email address you want to unsubscribe |
There was a problem hiding this comment.
French phrasing/grammar: "L'adresse email que vous souhaitez désabonner" is awkward/incorrect in French ("désabonner" doesn’t take an email address this way). Consider rewording to something like "L'adresse email à retirer de la liste / The email address you want to unsubscribe" for clearer bilingual wording.
Suggested change
| description: L'adresse email que vous souhaitez désabonner / The email address you want to unsubscribe | |
| description: L'adresse email à retirer de la liste / The email address you want to unsubscribe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The digest emails reference
template=unsubscribe.ymlin unsubscribe links (line 438 ofsrc/aggregator.js), but the template file didn't exist. Users clicking "Se désabonner" were sent to a 404.Changes:
.github/ISSUE_TEMPLATE/unsubscribe.ymlwith required email field and optional reason fieldsubscribe.ymlThe unsubscribe flow is now functional end-to-end.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.