diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6d8cdd45..b2f88e0b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 @@ -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 @@ -59,7 +59,6 @@ body: options: - pip - git clone - - binary - other - type: textarea id: steps-to-reproduce diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cd4e55db..7927fa8d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file + url: https://strandsagents.com/docs/user-guide/evals-sdk/quickstart/ + about: Visit our documentation for help diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f516146a..7a8ac367 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index db80bac9..8add0e5d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ ## Documentation PR - + ## Type of Change @@ -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`