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 1/4] 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. From bd333818ad1c32a6e8cde7174d36b16c73159edf Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:12:10 +0200 Subject: [PATCH 2/4] Create feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9df10db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: "Feature Request" +description: "Suggest a new feature or improvement" +labels: [enhancement] +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From f71dca2bfa2085b99ae9fd7906d71badd60f83f5 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:16:52 +0200 Subject: [PATCH 3/4] Create nginx_version_support.md --- .github/ISSUE_TEMPLATE/nginx_version_support.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/nginx_version_support.md diff --git a/.github/ISSUE_TEMPLATE/nginx_version_support.md b/.github/ISSUE_TEMPLATE/nginx_version_support.md new file mode 100644 index 0000000..ba7aff4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/nginx_version_support.md @@ -0,0 +1,17 @@ +--- +name: "Nginx Version Support Request" +description: "Check if a specific Nginx version is supported" +--- + +**Nginx & OS Version:** +Which Nginx and OS version are you using? + +**Output of nginx -V** +Share the output of nginx -v + +**Expected Behavior:** +What do you expect to happen with this version? + +**Checklist** +- Have you considered a docker based deployment - find more information here https://docs.openappsec.io/getting-started/start-with-docker? + - Yes / No From b1781234fd450b87de54ed22024c69550c06e9ef Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:18:49 +0200 Subject: [PATCH 4/4] Create 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 0000000..1e09bb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: "Documentation & FAQ" + url: "https://docs.openappsec.io/" + about: "Check the documentation before submitting an issue." + - name: "Feature Requests & Discussions" + url: "https://github.com/open-appsec/discussions" + about: "Please open a discussion for feature requests instead of an issue."