Skip to content

Commit

Permalink
Merge pull request #6 from epam/issue_templates
Browse files Browse the repository at this point in the history
Added issue templates
  • Loading branch information
anna-shcherbak authored Jul 12, 2023
2 parents a5729c2 + 8d09867 commit c99bec8
Show file tree
Hide file tree
Showing 7 changed files with 243 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/1_new_policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: 😺 New Policy Proposal
description: Template for creating new policy
title: "[New Policy Name]: "
labels: ["new_policy", "policy"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this New Policy Proposal!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. test@test.com
validations:
required: false
- type: input
id: source
attributes:
label: Source (Link)
description: What source did you use?
placeholder: ex. my own; ex. CIS Benchmark AWS Foundation v1.2.0 (1.1)
validations:
required: true
- type: textarea
id: describe-policy
attributes:
label: Describe the Policy Proposal
description: A clear and concise description of what the new policy is.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your proposal.
- type: textarea
id: reproduce
attributes:
label: Reproduce
description: "How to reproduce infrastructure with such a security risk?"
value: |
1.
2.
...
- type: textarea
id: remediation
attributes:
label: Remediation
description: "How to fix security risk using gcloud cli or console?"
value: |
1.
2.
...
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/2_duplicate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: 😾 Duplicate Exsiting Policy
description: Template for reporting a duplicate of an existing policy
title: "[Duplicate Policy Name]: "
labels: ["policy","duplicate"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this duplicate of an existing policy!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. test@test.com
validations:
required: false
- type: input
id: policy1
attributes:
label: First Duplicate Policy
description: Insert a link to the policy
placeholder: ex. policies/ecc-aws-013-ensure_access_keys_are_rotated_every_90_days.yml
validations:
required: true
- type: input
id: policy2
attributes:
label: Second Duplicate Policy
description: Insert a link to the policy
placeholder: ex. policies/ecc-aws-014-ensure_keys_are_rotated_every_90_days.yml
validations:
required: true
- type: textarea
id: add-info
attributes:
label: Additional information
description: Provide additional information.
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/3_fix_policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 😿 Fix Policy Proposal
description: Template for Fix policy proposal
title: "[Fix Policy, name]: "
labels: ["policy", "bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this Fix Policy Proposal!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. test@test.com
validations:
required: false
- type: textarea
id: description
attributes:
label: Describe the Fix Policy Proposal
description: A clear and concise description of what the Fix policy is.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your proposal.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/4_fix_terraform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 😿 Fix Terraform Proposal
description: Template for Fix terrafrom proposal
title: "[Fix Terraform, name]: "
labels: ["terraform", "bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this Fix Terraform Proposal!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. test@test.com
validations:
required: false
- type: textarea
id: description
attributes:
label: Describe the Fix Terraform Proposal
description: A clear and concise description of what the Fix Terraform is.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your proposal.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/5_fix_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 😿 Fix Test Proposal
description: Template for Fix test proposal
title: "[Fix Test, name]: "
labels: ["test", "bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this Fix Test Proposal!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. test@test.com
validations:
required: false
- type: textarea
id: description
attributes:
label: Describe the Fix Test Proposal
description: A clear and concise description of what the Fix Test is.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your proposal.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/6_security_vulnerability.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 🙀 Report a security vulnerability
description: Template for reporting a security vulnerability
title: "[Vulnerability Name]: "
labels: ["vulnerability"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this security vulnerability!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. test@test.com
validations:
required: false
- type: textarea
id: description
attributes:
label: Describe the security vulnerability
description: A clear and concise description of what the security vulnerability is.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain this security vulnerability.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/7_feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 😻 Feature request
description: Suggest an idea for this project
title: "[Feature Name]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem_description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when...
validations:
required: true
- type: textarea
id: solution_description
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
- type: textarea
id: alternative_description
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.

0 comments on commit c99bec8

Please sign in to comment.