Skip to content

Commit f24332d

Browse files
committed
chore(governance): update external non-triage effort disclaimer
1 parent 22099dc commit f24332d

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce.
10-
11-
Please remove or anonymize any sensitive data your report might contain.
9+
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
1210
- type: textarea
1311
id: expected_behaviour
1412
attributes:
@@ -83,3 +81,9 @@ body:
8381
render: python
8482
validations:
8583
required: false
84+
- type: markdown
85+
attributes:
86+
value: |
87+
---
88+
89+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

.github/ISSUE_TEMPLATE/documentation_improvements.yml

+6
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ body:
4343
options:
4444
- label: I understand the final update might be different from my proposed suggestion, or refused.
4545
required: true
46+
- type: markdown
47+
attributes:
48+
value: |
49+
---
50+
51+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

.github/ISSUE_TEMPLATE/feature_request.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for taking the time to suggest an idea to the Lambda Powertools project. Please do not work on an implementation PR until this is approved by maintainers.
9+
Thank you for taking the time to suggest an idea to the Lambda Powertools project.
1010
1111
*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
1212
- type: textarea
@@ -40,3 +40,9 @@ body:
4040
required: true
4141
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
4242
required: false
43+
- type: markdown
44+
attributes:
45+
value: |
46+
---
47+
48+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

.github/ISSUE_TEMPLATE/rfc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ body:
77
attributes:
88
value: |
99
Thank you for submitting a RFC. Please add as many details as possible to help further enrich this design.
10-
11-
Please do not work on an implementation PR until this RFC is approved by maintainers.
1210
- type: input
1311
id: relation
1412
attributes:
@@ -102,6 +100,8 @@ body:
102100
value: |
103101
---
104102
103+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
104+
105105
Metadata information for admin purposes, please leave them empty.
106106
107107
* RFC PR:

.github/ISSUE_TEMPLATE/static_typing.yml

+6
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ body:
6161
description: If known, please suggest a potential resolution
6262
validations:
6363
required: false
64+
- type: markdown
65+
attributes:
66+
value: |
67+
---
68+
69+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

0 commit comments

Comments
 (0)