From b9a9152b93a928cf696d7c7dc2ee5b74c5d30e90 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Thu, 3 Oct 2019 15:25:02 -0700 Subject: [PATCH] Update issue_template.md Move community above support --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index b43e977..d23d8c8 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,7 +1,7 @@ Thank you 🙇‍♀ for wanting to create an issue 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**. * If you have found a security issue [please submit it here](https://hackerone.com/github) -* If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support) * If you have questions about to write workflow or action files then please [visit the community forum](https://github.community/t5/GitHub-Actions/bd-p/actions) +* If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support) If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.