-
Notifications
You must be signed in to change notification settings - Fork 24
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 #140 from awslabs/develop
chore(ci): merge develop to main for preview release v0.0.1-preview.1
- Loading branch information
Showing
93 changed files
with
2,225 additions
and
1,208 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,91 @@ | ||
name: Bug report | ||
description: Report a reproducible bug to help us improve | ||
title: "Bug: TITLE" | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data. | ||
Please become familiar with [our definition of bug](https://github.com/awslabs/aws-lambda-powertools-dotnet/blob/develop/MAINTAINERS.md#is-that-a-bug). | ||
- type: textarea | ||
id: expected_behaviour | ||
attributes: | ||
label: Expected Behaviour | ||
description: Please share details on the behaviour you expected | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: current_behaviour | ||
attributes: | ||
label: Current Behaviour | ||
description: Please share details on the current issue | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: code_snippet | ||
attributes: | ||
label: Code snippet | ||
description: Please share a code snippet to help us reproduce the issue | ||
render: python | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Possible Solution | ||
description: If known, please suggest a potential resolution | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Please share how we might be able to reproduce this issue | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: AWS Lambda Powertools for Python version | ||
placeholder: "latest, 1.25.6" | ||
value: latest | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: runtime | ||
attributes: | ||
label: AWS Lambda function runtime | ||
options: | ||
- 3.6 | ||
- 3.7 | ||
- 3.8 | ||
- 3.9 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: packaging | ||
attributes: | ||
label: Packaging format used | ||
options: | ||
- Lambda Layers | ||
- Serverless Application Repository (SAR) App | ||
- PyPi | ||
multiple: true | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Debugging logs | ||
description: If available, please share [debugging logs](https://awslabs.github.io/aws-lambda-powertools-dotnet/#debug-mode) | ||
render: csharp | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a question | ||
url: https://github.com/awslabs/aws-lambda-powertools-dotnet/discussions/new | ||
about: Ask a general question about Lambda Powertools |
This file was deleted.
Oops, something went wrong.
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,51 @@ | ||
name: Documentation improvements | ||
description: Suggest a documentation update to improve everyone's experience | ||
title: "Docs: TITLE" | ||
labels: ["documentation", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping us improve everyone's experience. We review documentation updates on a case by case basis. | ||
- type: textarea | ||
id: search_area | ||
attributes: | ||
label: What were you searching in the docs? | ||
description: Please help us understand how you looked for information that was either unclear or not available | ||
validations: | ||
required: true | ||
- type: input | ||
id: area | ||
attributes: | ||
label: Is this related to an existing documentation section? | ||
description: Please share a link, if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: idea | ||
attributes: | ||
label: How can we improve? | ||
description: Please share your thoughts on how we can improve this experience | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: Got a suggestion in mind? | ||
description: Please suggest a proposed update | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: acknowledgment | ||
attributes: | ||
label: Acknowledgment | ||
options: | ||
- label: I understand the final update might be different from my proposed suggestion, or refused. | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. |
This file was deleted.
Oops, something went wrong.
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,48 @@ | ||
name: Feature request | ||
description: Suggest an idea for Lambda Powertools | ||
title: "Feature request: TITLE" | ||
labels: ["feature-request", "triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to suggest an idea to the Lambda Powertools project. | ||
*Future readers*: Please react with 👍 and your use case to help us understand customer demand. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Use case | ||
description: Please help us understand your use case or problem you're facing | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: Solution/User Experience | ||
description: Please share what a good solution would look like to this use case | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Alternative solutions | ||
description: Please describe what alternative solutions to this use case, if any | ||
render: markdown | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: acknowledgment | ||
attributes: | ||
label: Acknowledgment | ||
options: | ||
- label: This feature request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-dotnet/tenets) | ||
required: true | ||
- 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/) | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
--- | ||
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.