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.