From 2481d800b618f59c9a5ddddcef971237ce3fad6d Mon Sep 17 00:00:00 2001 From: Luke Foust Date: Fri, 14 Aug 2026 14:30:51 -0700 Subject: [PATCH 1/2] docs: announce ImportBuddy retirement Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4df4908-45d4-4184-b0db-3b8b9b81b380 --- README.md | 23 +++++++++++++++++++++-- docs/importbuddy-retired.md | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 docs/importbuddy-retired.md diff --git a/README.md b/README.md index 66de76fde..c4b09bddf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# thediscdb-data -Source data for thediscdb +# TheDiscDb Data + +Source data for [TheDiscDb](https://thediscdb.com). + +## Contributing + +Use the supported website contribution and edit-suggestion workflows: + +- [Contribution guide](https://thediscdb.com/help/contributing) +- [Start a contribution](https://thediscdb.com/contribute) + +The complete disc-scanning flow currently requires Chrome or Edge. + +## ImportBuddy retirement + +ImportBuddy is deprecated and unsupported. Its downloads and source will be +removed on September 13, 2026. + +See the [retirement announcement](https://github.com/orgs/TheDiscDb/discussions/629) +for details. This retirement does not change the repository's pull-request +permissions; any later contribution-policy change will be announced separately. diff --git a/docs/importbuddy-retired.md b/docs/importbuddy-retired.md new file mode 100644 index 000000000..bb472a536 --- /dev/null +++ b/docs/importbuddy-retired.md @@ -0,0 +1,21 @@ +# ImportBuddy retirement + +ImportBuddy is deprecated and unsupported. Its GitHub releases, associated +version tags, source code, and publishing workflow will be removed on +September 13, 2026. + +Use the supported website workflows instead: + +- [Contribution guide](https://thediscdb.com/help/contributing) +- [Start a contribution](https://thediscdb.com/contribute) + +The complete disc-scanning flow currently requires Chrome or Edge. Broader +browser support is tracked in +[issue #177](https://github.com/TheDiscDb/data/issues/177). + +See the +[retirement announcement](https://github.com/orgs/TheDiscDb/discussions/629) +for the reasons, timeline, and migration guidance. + +This retirement does not change the data repository's pull-request permissions +or decide how existing pull requests will be handled. From 152aa5b03b48304abd32078c75a58f7dbf3e5e22 Mon Sep 17 00:00:00 2001 From: Luke Foust Date: Fri, 14 Aug 2026 14:32:04 -0700 Subject: [PATCH 2/2] docs: update browser support issue link Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4df4908-45d4-4184-b0db-3b8b9b81b380 --- docs/importbuddy-retired.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/importbuddy-retired.md b/docs/importbuddy-retired.md index bb472a536..afcbb0219 100644 --- a/docs/importbuddy-retired.md +++ b/docs/importbuddy-retired.md @@ -11,7 +11,7 @@ Use the supported website workflows instead: The complete disc-scanning flow currently requires Chrome or Edge. Broader browser support is tracked in -[issue #177](https://github.com/TheDiscDb/data/issues/177). +[TheDiscDb/web issue #61](https://github.com/TheDiscDb/web/issues/61). See the [retirement announcement](https://github.com/orgs/TheDiscDb/discussions/629)