mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(bug_report): Update wording (#2074)
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -35,10 +35,10 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: How did you install Prowler?
|
label: How did you install Prowler?
|
||||||
options:
|
options:
|
||||||
- Cloning the repo (git clone)
|
- Cloning the repository from github.com (git clone)
|
||||||
- From pip package
|
- From pip package (pip install prowler)
|
||||||
- From brew
|
- From brew (brew install prowler)
|
||||||
- Docker
|
- Docker (docker pull toniblyx/prowler)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@@ -47,9 +47,9 @@ body:
|
|||||||
label: Environment Resource
|
label: Environment Resource
|
||||||
description: From where are you running Prowler?
|
description: From where are you running Prowler?
|
||||||
placeholder: |-
|
placeholder: |-
|
||||||
1. EC2 instance, Fargate task, Docker container manually, EKS, Cloud9, CodeBuild, workstation, etc.)
|
1. EC2 instance
|
||||||
2. Fargate task
|
2. Fargate task
|
||||||
3. Docker container manually
|
3. Docker container locally
|
||||||
4. EKS
|
4. EKS
|
||||||
5. Cloud9
|
5. Cloud9
|
||||||
6. CodeBuild
|
6. CodeBuild
|
||||||
@@ -64,8 +64,8 @@ body:
|
|||||||
description: Which OS are you using?
|
description: Which OS are you using?
|
||||||
placeholder: |-
|
placeholder: |-
|
||||||
1. Amazon Linux 2
|
1. Amazon Linux 2
|
||||||
2. Mac
|
2. MacOS
|
||||||
3. Alpine
|
3. Alpine Linux
|
||||||
4. Windows
|
4. Windows
|
||||||
5. Other(please specify)
|
5. Other(please specify)
|
||||||
validations:
|
validations:
|
||||||
|
|||||||
Reference in New Issue
Block a user