Skip to content

Commit

Permalink
Merge pull request #11 from freaky4wrld/adding-issue-template-10
Browse files Browse the repository at this point in the history
Added `request-aws-iam-resources.md` as ISSUE TEMPLATE
  • Loading branch information
freaky4wrld authored Feb 29, 2024
2 parents 28d1065 + 77e631a commit e79f5cc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/request-aws-iam-resources.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 'Request AWS IAM user or service account'
description: 'Issue for requesting IAM accounts'
labels: ['enhancement']

body:
- type: input
id: account-name
attributes:
label: Account Name
description: Provide github handle of new user or service account name (if requesting for a service)
validations:
required: true
- type: input
id: project-name
attributes:
label: Project(s) Name
description: Specify the project you are working on
validations:
required: true
- type: textarea
id: access-reason
attributes:
label: Reason for access
description: Mention the reason for requesting the access
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional Information
description: Any other information you want to provide
validations:
required: false

0 comments on commit e79f5cc

Please sign in to comment.