From 5f632a5ed5cf79fde9dee3ae518631951cee8762 Mon Sep 17 00:00:00 2001 From: martinhsv <55407942+martinhsv@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:11:32 -0500 Subject: [PATCH] Minor updates to v3 issue template --- .github/ISSUE_TEMPLATE/bug-report-for-version-2-x.md | 3 +++ .github/ISSUE_TEMPLATE/bug-report-for-version-3-x.md | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-version-2-x.md b/.github/ISSUE_TEMPLATE/bug-report-for-version-2-x.md index b39db863..1d3e399d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-for-version-2-x.md +++ b/.github/ISSUE_TEMPLATE/bug-report-for-version-2-x.md @@ -1,6 +1,9 @@ --- name: Bug report for version 2.x about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-version-3-x.md b/.github/ISSUE_TEMPLATE/bug-report-for-version-3-x.md index 58874dfb..24badfb8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-for-version-3-x.md +++ b/.github/ISSUE_TEMPLATE/bug-report-for-version-3-x.md @@ -2,6 +2,9 @@ name: Bug report for version 3.x about: Create a report to help us improve. If you don't know a specific detail or piece of information leave it blank, if necessary we will help you to figure out. +title: '' +labels: '' +assignees: '' --- @@ -17,7 +20,7 @@ Output of: 3. Error logs 4. If there is a crash, the core dump file. -_Notice:_ Be carefully to not leak any confidential information. +_Notice:_ Be careful to not leak any confidential information. **To Reproduce** @@ -33,8 +36,8 @@ A **curl** command line that mimics the original request and reproduces the prob A clear and concise description of what you expected to happen. **Server (please complete the following information):** - - ModSecurity version (and connector): [e.g. ModSecurity v3.0.1 with nginx-connector v1.0.0] - - WebServer: [e.g. nginx-1.15.5] + - ModSecurity version (and connector): [e.g. ModSecurity v3.0.8 with nginx-connector v1.0.3] + - WebServer: [e.g. nginx-1.18.0] - OS (and distro): [e.g. Linux, archlinux]