Skip to content

Update issue templates #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Report an issue with an existing Lambda runtime
title: "[BUG] Enter issue title, including runtime name/version"
labels: ''
assignees: ''

---

**For information relating to the patching status of specific CVEs in Lambda runtime images, please contact AWS Support. Please do not create a public GitHub issue. See [README.md](https://github.com/aws/aws-lambda-base-images/blob/main/README.md) for more information.**

**Runtime**
Which Lambda runtime(s) does this bug apply to?
If using a container image, specify the exact image tag.

**Describe the bug**
A clear and concise description of what the issue is.

**To reproduce**
Steps to reproduce the behavior:

1. ...
2. ...
3. ...

**Actual behavior**
The current behaviour which you are seeing

**Expected behavior**
What you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment/Tools**
Describe your environment. How are you building and deploying your functions?

**Impact**
How does this issue affect you?

**Additional information**
Add any other information about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Share your ideas for how to improve Lambda runtimes
title: ''
labels: ''
assignees: ''

---

**For information relating to the patching status of specific CVEs in Lambda runtime images, please contact AWS Support. Please do not create a public GitHub issue. See [README.md](https://github.com/aws/aws-lambda-base-images/blob/main/README.md) for more information.**

**What is the problem you're trying to solve?**
Describe your context, and the problem you're trying to solve, or the opportunity you see.

**Describe the solution you'd like**
What solution do you suggest? What is the developer experience you're looking for?

**Alternatives you've considered**
Describe alternative solutions or features you've considered. What pros/cons do you see?

**Additional context**
Add any other context or screenshots about the feature request here.