From 9a2174e786103cc9bcc0d5545e7128c0105e61e3 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 3 Mar 2024 18:20:33 +0530 Subject: [PATCH] Use config file --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/redirect.md | 14 -------------- 2 files changed, 8 insertions(+), 14 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/redirect.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..a030b73619 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Bug reports + url: https://github.com/ente-io/ente/discussions + about: https://github.com/ente-io/ente/issues/new/choose + - name: Feature requests and questions + url: https://github.com/ente-io/ente/discussions + about: Please use Discussions in our new repository ente-io/ente diff --git a/.github/ISSUE_TEMPLATE/redirect.md b/.github/ISSUE_TEMPLATE/redirect.md deleted file mode 100644 index de61804047..0000000000 --- a/.github/ISSUE_TEMPLATE/redirect.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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/choose). - -To open a new feature request, use [github.com/ente-io/ente/discussions](https://github.com/ente-io/ente/discussions).