From f168051f6fd0979506e70aaf97ee6650737d25ff Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Thu, 3 Oct 2019 14:29:08 -0700 Subject: [PATCH] add in a standard issue_template for all the repos --- .github/issue_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..5edb1aa --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,7 @@ +Thank you for wanting to create an issue in this repository, but before you do please ensure you are filing the issue in the right place. Issues should only be opened on if the issues **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 your issue is relevant to this repository, please go ahead and file it here. Thank you in advance. \ No newline at end of file