From 4158ae3ba207834c918a26432348628fbab337c6 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 3 Mar 2024 18:15:14 +0530 Subject: [PATCH 1/2] Update issue templates to add a redirect to new repository --- .github/ISSUE_TEMPLATE/redirect.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/redirect.md diff --git a/.github/ISSUE_TEMPLATE/redirect.md b/.github/ISSUE_TEMPLATE/redirect.md new file mode 100644 index 0000000000..f4afd7ccbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/redirect.md @@ -0,0 +1,14 @@ +--- +name: Redirect +about: Link to new repository +title: '' +labels: '' +assignees: '' + +--- + +This repository has moved to [ente-io/ente](https://github.com/ente-io/ente). Please open new issues and feature requests there. + +To open a new issue, use [github.com/ente-io/ente/issues](https://github.com/ente-io/ente/issues/new). + +To open a new feature request, use [github.com/ente-io/ente/discussions](https://github.com/ente-io/ente/discussions]. From bd917c697db139f2a8a468e3e36d4cb7a20b82a4 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 3 Mar 2024 18:17:01 +0530 Subject: [PATCH 2/2] Fix links --- .github/ISSUE_TEMPLATE/redirect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/redirect.md b/.github/ISSUE_TEMPLATE/redirect.md index f4afd7ccbc..de61804047 100644 --- a/.github/ISSUE_TEMPLATE/redirect.md +++ b/.github/ISSUE_TEMPLATE/redirect.md @@ -9,6 +9,6 @@ assignees: '' This repository has moved to [ente-io/ente](https://github.com/ente-io/ente). Please open new issues and feature requests there. -To open a new issue, use [github.com/ente-io/ente/issues](https://github.com/ente-io/ente/issues/new). +To open a new issue, use [github.com/ente-io/ente/issues](https://github.com/ente-io/ente/issues/new/choose). -To open a new feature request, use [github.com/ente-io/ente/discussions](https://github.com/ente-io/ente/discussions]. +To open a new feature request, use [github.com/ente-io/ente/discussions](https://github.com/ente-io/ente/discussions).