From 5555d300a1257f8dbd4dead223937491f8153b18 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Fri, 10 Mar 2023 12:21:51 +0100 Subject: [PATCH] fix(bug_report): Update wording (#2074) --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 49017bc8ad1..6c1181a684c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,10 +35,10 @@ body: attributes: label: How did you install Prowler? options: - - Cloning the repo (git clone) - - From pip package - - From brew - - Docker + - Cloning the repository from github.com (git clone) + - From pip package (pip install prowler) + - From brew (brew install prowler) + - Docker (docker pull toniblyx/prowler) validations: required: true - type: textarea @@ -47,9 +47,9 @@ body: label: Environment Resource description: From where are you running Prowler? placeholder: |- - 1. EC2 instance, Fargate task, Docker container manually, EKS, Cloud9, CodeBuild, workstation, etc.) + 1. EC2 instance 2. Fargate task - 3. Docker container manually + 3. Docker container locally 4. EKS 5. Cloud9 6. CodeBuild @@ -64,8 +64,8 @@ body: description: Which OS are you using? placeholder: |- 1. Amazon Linux 2 - 2. Mac - 3. Alpine + 2. MacOS + 3. Alpine Linux 4. Windows 5. Other(please specify) validations: