From 3ec77fd01659040c8d933aa5707412d63e01a0be Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 18 Nov 2022 09:15:18 +1100 Subject: [PATCH] chore: github issue template config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..c78d2722e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Keyman Community Support + url: https://community.software.sil.org/c/keyman + about: Please ask Keyman support questions here. + - name: Keyman Security Reports + url: mailto:security@keyman.com + about: Please report security vulnerabilities here. \ No newline at end of file