mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
50 lines
1.6 KiB
Markdown
50 lines
1.6 KiB
Markdown
# Amazon Bedrock AgentCore Samples Pull Request
|
|
|
|
<!-- Do not erase any parts of this template not applicable to your Pull Request. -->
|
|
<!-- If a section does not apply to you, provide reasoning. -->
|
|
|
|
## Instructions
|
|
|
|
- Do not erase any parts of this template that are not applicable to your pull request.
|
|
- If a section is not applicable, explicitly state the reason.
|
|
- * [x] Tick the checkboxes for the items you have completed.
|
|
- These are mandatory requirements, not mere suggestions.
|
|
|
|
<hr/>
|
|
|
|
## Describe your changes
|
|
|
|
* [ ] Concise description of the PR
|
|
|
|
```
|
|
Changes to ..., because ...
|
|
```
|
|
|
|
<hr/>
|
|
|
|
## Issue ticket number and link
|
|
|
|
* [ ] Issue # (if applicable)
|
|
|
|
<hr/>
|
|
|
|
### All Submissions:
|
|
|
|
* [ ] Have you followed the guidelines in our Contributing document?
|
|
* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/awslabs/amazon-bedrock-agentcore-samples/pulls) for the same update/change?
|
|
* [ ] Are you uploading a dataset?
|
|
* [ ] Have you added contributions to [RELEASE NOTES](/RELEASE_NOTES.md)?
|
|
|
|
<hr/>
|
|
|
|
### New Example Submissions:
|
|
|
|
* [ ] Have you tested your code, and made sure the functionality runs successfully? Provide screenshots.
|
|
* [ ] Have you linted your Python code with [black](https://github.com/psf/black)?
|
|
* [ ] Have you documented **Introduction**, **Architecture Diagram**, **Prerequisites**, **Usage**, **Sample Prompts**, and **Clean Up** steps in your example README?
|
|
* [ ] I agree to resolve any [issues](https://github.com/awslabs/amazon-bedrock-agent-samples/issues) created for this example in the future.
|
|
|
|
<hr/>
|
|
|
|
|
|
* [ ] Add your name to [CONTRIBUTORS.md](/CONTRIBUTORS.md) :D |