mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
* Update issue templates * Update and rename bug-report--01-tutorials-.md to bug-report-01-tutorials.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Rename documentation-improvement--01-tutorials-.md to documentation-improvement-01-tutorials.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Create bug-report-02-usecases.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Create documentation-improvement-02-usecases.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Update documentation-improvement-01-tutorials.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Create help-needed.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Update bug-report-02-usecases.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Update pull_request_template.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> * Update pull_request_template.md Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com> --------- Signed-off-by: Eashan Kaushik <50113394+EashanKaushik@users.noreply.github.com>
33 lines
710 B
Markdown
33 lines
710 B
Markdown
---
|
||
name: "Help Needed 🙋"
|
||
about: Request help or guidance on Amazon Bedrock AgentCore
|
||
title: "[Help] <short description>"
|
||
labels: help wanted
|
||
assignees: EashanKaushik
|
||
|
||
---
|
||
|
||
## Summary
|
||
Briefly describe the problem or the help you need.
|
||
|
||
```
|
||
_Example: Trouble setting up local dev environment_
|
||
```
|
||
|
||
## Details
|
||
Provide more details about your issue, including steps you’ve tried and what didn’t work.
|
||
|
||
```
|
||
_Example: I ran `npm install` but the build fails with error XYZ_
|
||
```
|
||
|
||
## Expected Behavior
|
||
What outcome were you hoping for?
|
||
|
||
```
|
||
_Example: Expected server to start after running `npm start`_
|
||
```
|
||
|
||
## Additional Context
|
||
Add any other information, screenshots, logs, or references that could help.
|