Files
HellionChat/.github/PULL_REQUEST_TEMPLATE.md
T
JonKazama-Hellion 9a8a014795 docs: close active upstream cherry-pick pipeline
Chat 2 has entered a major rework that Infi confirmed makes selective
patches no longer portable. The cherry-pick pipeline as a routine
workflow stops with the v1.4.x cycle. Documentation reflects the new
state across all touchpoints.

UPSTREAM_SYNC.md rewritten: replaces the "How I Cherry-Pick" /
"Reviewing What Is New Upstream" / "Conflict Handling" sections with
"Why Cherry-Picking Stopped", "What Closing the Pipeline Means in
Practice", "What Does Not Change", "What Could Re-Open Later".
Existing cherry-pick trails in the git history stay intact, EUPL-1.2
anchor lines and NOTICE.md remain canonical.

README.md, CONTRIBUTING.md, ROADMAP.md, THIRD_PARTY_NOTICES.md and
the PR template updated to match: cherry-pick references reframed as
historical or pointed at UPSTREAM_SYNC.md for the current state.
NOTICE.md keeps the BetterTTV cherry-pick example as a concrete past
case but adds a paragraph that the pipeline is closed and clarifies
the attribution standard is preserved unchanged.

PULL_REQUEST_TEMPLATE.md drops the "Upstream cherry-pick from Chat 2"
checkbox and the cherry-pick-path compatibility prompt. The upstream
git remote was already removed locally on 2026-05-08 (separate change,
not in this commit).

No source-file edits, no manifest version bump, no changelog entry —
this is documentation-only and ships with the next release.
2026-05-08 15:00:30 +02:00

2.2 KiB

Summary

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds behaviour)
  • Breaking change (config migration, removed feature, or behaviour change that user-visible defaults rely on)
  • Documentation only
  • Translation update
  • Build, CI or tooling change

Linked issue

How I tested this

User-visible changes

Compatibility notes

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md.
  • My change matches the existing code style (.editorconfig).
  • I added or updated tests where the existing test infrastructure made that practical, or I have explained why tests are not applicable.
  • I updated the README, in-plugin strings or documentation if my change is user-visible.
  • I did not include any AI-generated code without disclosing it in the PR description (see AI_DISCLOSURE.md).
  • I confirm my contribution is released under the EUPL-1.2.