From aa63612c8c1a835a864ff8b03d5964dd5e46aa5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Fri, 2 Sep 2022 11:01:40 +0200 Subject: [PATCH] Change: Update issue template to show link to our forum --- .github/ISSUE_TEMPLATE.md | 42 ----------------- .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/issue-report.md | 65 ++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 42 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 1841f795..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,42 +0,0 @@ - - -### Expected behavior - -### Current behavior - -### Steps to reproduce -1. -2. -3. - -### GVM versions -**gsa:** (gsad --version) - -**gvm:** (gvmd --version) - -**openvas-scanner:** (openvassd --version) - -**gvm-libs:** - -**openvas-smb:** - -### Environment -**Operating system:** - -**Installation method / source:** (packages, source installation) - -### Logfiles - -``` - -``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..17ab8cbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Greenbone Community Forum + url: https://forum.greenbone.net/ + about: Please ask questions here. diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 00000000..0ceb9851 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,65 @@ +--- +name: Bug Report +about: Report an issue +title: '' +labels: bug +assignees: '' + +--- + + + +### Expected behavior + + + +### Actual behavior + + + +### Steps to reproduce + + + +1. +2. +3. + +### Environment + +**Operating system:** + +**Installation method / source:** (packages, source installation) + +### Logfiles + +``` + +```