mirror of
https://github.com/actions/runner.git
synced 2025-12-27 11:57:34 +08:00
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.
This commit is contained in:
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user