Skip to content

Commit

Permalink
fix(bug_report): Update wording (prowler-cloud#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas authored Mar 10, 2023
1 parent 8155ef4 commit 5555d30
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 5555d30

Please sign in to comment.