From 95e776d7a4e83864fc1bdab06e997a7b6cb19d42 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:10:21 +0200 Subject: [PATCH] Create bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f4cb830 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: "Bug Report" +description: "Report a bug with open-appsec" +labels: [bug] +--- + +**Checklist** +- Have you checked the open-appsec troubleshooting guides - https://docs.openappsec.io/troubleshooting/troubleshooting + - Yes / No +- Have you checked the existing issues and discossions in github for the same issue + - Yes / No + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Run '...' +3. See error '...' + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots or Logs** +If applicable, add screenshots or logs to help explain the issue. + +**Environment (please complete the following information):** +- open-appsec version: +- Deployment type (Docker, Kubernetes, etc.): +- OS: + +**Additional context** +Add any other context about the problem here.