generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from freaky4wrld/adding-issue-template-10
Added `request-aws-iam-resources.md` as ISSUE TEMPLATE
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |