From 55ed60b9fc4d8a301789ae39ed4df4bd4c99f481 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 20 Dec 2021 15:21:32 -0500 Subject: [PATCH] Direct people to Feedback or Support forums (#1571) Many people open bug reports or feature requests in the `actions/runner` repository that are more generally about GitHub Actions. Often changes in GitHub Actions are cross-cutting across multiple teams or feature areas, so it's best if we direct people to the more general areas (Actions Community Support or GitHub Feedback) so that we can get the most eyes on the problem and give the quickest response. --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++-- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/enhancement_request.md | 13 +++++++++---- 3 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0e4bae3c4..aa4ef31d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,18 @@ --- -name: Bug report -about: Create a report to help us improve +name: 🛑 Report a bug in the runner application +about: If you have issues with GitHub Actions, please follow the "support for GitHub Actions" link, below. title: '' labels: bug assignees: '' --- + + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..6dff7198b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - 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. + - name: ✅ Feedback and suggestions for GitHub Actions + url: https://github.com/github/feedback/discussions/categories/actions-and-packages-feedback + about: If you have feedback or suggestions about GitHub Actions, please open a discussion (or add to an existing one) in the GitHub Actions Feedback. GitHub Actions Product Managers and Engineers monitor the feedback forum. + - name: ‼️ GitHub Security Bug Bounty + url: https://bounty.github.com/ + about: Please report security vulnerabilities here. diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 1ec48b029..bc0df757a 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -1,19 +1,24 @@ --- -name: Feature Request -about: Create a request to help us improve +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: '' --- -Thank you 🙇‍♀ for wanting to create a feature in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be opened on if the issue **relates to code in this repository**. + **Describe the enhancement** A clear and concise description of what the features or enhancement you need.