Skip to content

Commit e79f5cc

Browse files
authored
Merge pull request #11 from freaky4wrld/adding-issue-template-10
Added `request-aws-iam-resources.md` as ISSUE TEMPLATE
2 parents 28d1065 + 77e631a commit e79f5cc

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: 'Request AWS IAM user or service account'
2+
description: 'Issue for requesting IAM accounts'
3+
labels: ['enhancement']
4+
5+
body:
6+
- type: input
7+
id: account-name
8+
attributes:
9+
label: Account Name
10+
description: Provide github handle of new user or service account name (if requesting for a service)
11+
validations:
12+
required: true
13+
- type: input
14+
id: project-name
15+
attributes:
16+
label: Project(s) Name
17+
description: Specify the project you are working on
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: access-reason
22+
attributes:
23+
label: Reason for access
24+
description: Mention the reason for requesting the access
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: additional-info
29+
attributes:
30+
label: Additional Information
31+
description: Any other information you want to provide
32+
validations:
33+
required: false

0 commit comments

Comments
 (0)