From 2db17e2c038b9918c4ddeb4d37234075fad6ed0b Mon Sep 17 00:00:00 2001 From: Ronja <79447937+ronja-ui@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:56:45 +0200 Subject: [PATCH] Create config.yml added config file for issue templates --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 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 0000000..f80952d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Doc issue report + url: https://github.com/teragrep/doc_01/issues/new?template=doc-issue-report.md + about: Problems with Teragrep documentation + - name: Ask a question or get support + url: https://github.com/teragrep/jla_06/discussions + about: Ask a question or request support + - name: Report vulnerability + url: https://github.com/teragrep/teragrep/security/advisories/new + about: Privately report a security vulnerability