From f9e2fa939cf00d8c63f0b8f90746f68263ef614f Mon Sep 17 00:00:00 2001 From: Ava Stancu Date: Thu, 15 Dec 2022 17:17:41 +0200 Subject: [PATCH] Updated contact links for feature requests (#2314) Users need to use the Github Community feedback page for all feature/enhancement requests. --- .github/ISSUE_TEMPLATE/config.yml | 3 ++ .github/ISSUE_TEMPLATE/enhancement_request.md | 32 ------------------- 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/enhancement_request.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6dff7198b..0822f6a10 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: 🛑 Request a feature in the runner application + url: https://github.com/orgs/community/discussions/categories/actions-and-packages + about: If you have feature requests for GitHub Actions, please use the Actions and Packages section on the Github Product Feedback page. - name: ✅ Support for GitHub Actions url: https://github.community/c/code-to-cloud/52 about: If you have questions about GitHub Actions or need support writing workflows, please ask in the GitHub Community Support forum. diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md deleted file mode 100644 index bc0df757a..000000000 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: 🛑 Request a feature in the runner application -about: If you have feature requests for GitHub Actions, please use the "feedback and suggestions for GitHub Actions" link below. -title: '' -labels: enhancement -assignees: '' - ---- - - - -**Describe the enhancement** -A clear and concise description of what the features or enhancement you need. - -**Code Snippet** -If applicable, add a code snippet. - -**Additional information** -Add any other context about the feature here. - -NOTE: if the feature request has been agreed upon then the assignee will create an ADR. See docs/adrs/README.md