Skip to content

Commit f6db8cf

Browse files
author
Michael Brewer
authored
Merge branch 'develop' into fix-1025
2 parents cdb04dd + 31fe45e commit f6db8cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1259
-372
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
name: Bug report
2+
description: Report a reproducible bug to help us improve
3+
title: "Bug: TITLE"
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
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.
10+
- type: textarea
11+
id: expected_behaviour
12+
attributes:
13+
label: Expected Behaviour
14+
description: Please share details on the behaviour you expected
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: current_behaviour
19+
attributes:
20+
label: Current Behaviour
21+
description: Please share details on the current issue
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: code_snippet
26+
attributes:
27+
label: Code snippet
28+
description: Please share a code snippet to help us reproduce the issue
29+
render: python
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: solution
34+
attributes:
35+
label: Possible Solution
36+
description: If known, please suggest a potential resolution
37+
validations:
38+
required: false
39+
- type: textarea
40+
id: steps
41+
attributes:
42+
label: Steps to Reproduce
43+
description: Please share how we might be able to reproduce this issue
44+
validations:
45+
required: true
46+
- type: input
47+
id: version
48+
attributes:
49+
label: AWS Lambda Powertools for Python version
50+
placeholder: "latest, 1.25.6"
51+
value: latest
52+
validations:
53+
required: true
54+
- type: dropdown
55+
id: runtime
56+
attributes:
57+
label: AWS Lambda function runtime
58+
options:
59+
- 3.6
60+
- 3.7
61+
- 3.8
62+
- 3.9
63+
validations:
64+
required: true
65+
- type: dropdown
66+
id: packaging
67+
attributes:
68+
label: Packaging format used
69+
options:
70+
- Lambda Layers
71+
- Serverless Application Repository (SAR) App
72+
- PyPi
73+
multiple: true
74+
validations:
75+
required: true
76+
- type: textarea
77+
id: logs
78+
attributes:
79+
label: Debugging logs
80+
description: If available, please share [debugging logs](https://awslabs.github.io/aws-lambda-powertools-python/#debug-mode)
81+
render: python
82+
validations:
83+
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/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask a question
4+
url: https://github.com/awslabs/aws-lambda-powertools-python/discussions/new
5+
about: Ask a general question about Lambda Powertools

.github/ISSUE_TEMPLATE/documentation-improvements.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Documentation improvements
2+
description: Suggest a documentation update to improve everyone's experience
3+
title: "Docs: TITLE"
4+
labels: ["documentation", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for helping us improve everyone's experience. We review documentation updates on a case by case basis.
10+
- type: textarea
11+
id: search_area
12+
attributes:
13+
label: What were you searching in the docs?
14+
description: Please help us understand how you looked for information that was either unclear or not available
15+
validations:
16+
required: true
17+
- type: input
18+
id: area
19+
attributes:
20+
label: Is this related to an existing documentation section?
21+
description: Please share a link, if applicable
22+
validations:
23+
required: false
24+
- type: textarea
25+
id: idea
26+
attributes:
27+
label: How can we improve?
28+
description: Please share your thoughts on how we can improve this experience
29+
render: markdown
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: suggestion
34+
attributes:
35+
label: Got a suggestion in mind?
36+
description: Please suggest a proposed update
37+
validations:
38+
required: false
39+
- type: checkboxes
40+
id: acknowledgment
41+
attributes:
42+
label: Acknowledgment
43+
options:
44+
- label: I understand the final update might be different from my proposed suggestion, or refused.
45+
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.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Feature request
2+
description: Suggest an idea for Lambda Powertools
3+
title: "Feature request: TITLE"
4+
labels: ["feature-request", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for taking the time to suggest an idea to the Lambda Powertools project.
10+
11+
*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
12+
- type: textarea
13+
id: problem
14+
attributes:
15+
label: Use case
16+
description: Please help us understand your use case or problem you're facing
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: suggestion
21+
attributes:
22+
label: Solution/User Experience
23+
description: Please share what a good solution would look like to this use case
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: alternatives
28+
attributes:
29+
label: Alternative solutions
30+
description: Please describe what alternative solutions to this use case, if any
31+
render: markdown
32+
validations:
33+
required: false
34+
- type: checkboxes
35+
id: acknowledgment
36+
attributes:
37+
label: Acknowledgment
38+
options:
39+
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
40+
required: true
41+
- 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/)
42+
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.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)