Skip to content

Commit 43b5f16

Browse files
authored
chore: mention security policy in github issue template (#38)
1 parent 1ae68d2 commit 43b5f16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: textarea
99
id: description
1010
attributes:
11-
label: Describe the bug
11+
label: Describe the bug (Security related? please follow <https://github.com/aws/aws-mcp-proxy/security/policy> to report them to AWS Security directly.)
1212
description: What is the problem? A clear and concise description of the bug.
1313
validations:
1414
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: textarea
99
id: description
1010
attributes:
11-
label: Describe the feature
11+
label: Describe the feature (Security related? please follow <https://github.com/aws/aws-mcp-proxy/security/policy> to report them to AWS Security directly.)
1212
description: A clear and concise description of the feature you are proposing.
1313
validations:
1414
required: true

.github/ISSUE_TEMPLATE/questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: textarea
99
id: question
1010
attributes:
11-
label: Your question
11+
label: Your question (Security related? please follow <https://github.com/aws/aws-mcp-proxy/security/policy> to report them to AWS Security directly.)
1212
description: A clear and concise description of the question.
1313
validations:
1414
required: true

0 commit comments

Comments
 (0)