Skip to content
Merged
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
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: Report a bug in the Strands Agents Evals
title: "[BUG] "
labels: ["bug", "triage"]
labels: ["triage", "python"]
assignees: []
body:
- type: markdown
Expand All @@ -13,7 +13,7 @@ body:
attributes:
label: "Checks"
options:
- label: "I have updated to the lastest minor and patch version of Strands and evals"
- label: "I have updated to the latest minor and patch version of Strands and evals"
required: true
- label: "I have checked the documentation and this is not expected behavior"
required: true
Expand Down Expand Up @@ -59,7 +59,6 @@ body:
options:
- pip
- git clone
- binary
- other
- type: textarea
id: steps-to-reproduce
Expand Down
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Strands Evals SDK Support
url: https://github.com/strands-agents/evals/discussions
about: Please ask and answer questions here
- name: Strands Evals SDK Documentation
url: https://github.com/strands-agents/docs
about: Visit our documentation for help
url: https://strandsagents.com/docs/user-guide/evals-sdk/quickstart/
about: Visit our documentation for help
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature Request
description: Suggest a new feature or enhancement for Strands Evals SDK
title: "[FEATURE] "
labels: ["enhancement", "triage"]
labels: ["triage", "python"]
assignees: []
body:
- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Documentation PR

<!-- Link to related associated PR in the agent-docs repo -->
<!-- Link to any related documentation PR -->

## Type of Change

Expand All @@ -21,7 +21,7 @@ Other (please describe):

## Testing

How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli
How have you tested the change? Verify that the changes do not break functionality or introduce new warnings.

- [ ] I ran `hatch run prepare`

Expand Down
Loading