fix(templates): correct doc link and clean up issue/PR templates#256
Conversation
- config.yml: fix the documentation link (was github.com/strands-agents/docs) to the evals quickstart, and add a Discussions support link. - bug_report.yml / feature_request.yml: drop the hardcoded type label (bug/enhancement). Blank issues are disabled, so people sometimes file through the wrong form; the issue-labeler classifies type from content more reliably. Keep triage, add python since evals is Python-only. - bug_report.yml: fix "lastest" typo and drop the binary install option (evals ships via pip only). - PR template: remove the stale "consuming repositories: agents-docs, agents-tools, agents-cli" reference that does not apply to evals.
|
Assessment: Comment (approve once the labeler question is resolved) This is a clean, low-risk, config-only cleanup. I verified the new doc link ( Review themes
Nice tidy-up of templates that had clearly drifted from another repo — the doc link and consuming-repos fixes are real improvements. |
|
Thanks — the labeler concern is valid but already resolved: the Merge order matters: #255 should merge before (or together with) this one, so there's no window where new issues get no type label. The CONTRIBUTING.md On the |
Summary
Fixes the broken documentation link and tidies the issue/PR templates.
Changes
config.yml— the documentation contact link pointed atgithub.com/strands-agents/docs. Updated to the Evals quickstart (https://strandsagents.com/docs/user-guide/evals-sdk/quickstart/) and added a Discussions support link (Discussions is enabled on this repo).bug_report.yml/feature_request.yml— removed the hardcoded type label (bug/enhancement). Blank issues are disabled, so users sometimes file through the wrong form, which baked in the wrong type. The issue-labeler classifies type from the issue content, so it handles this more reliably. Kepttriageand addedpython(Evals is Python-only).bug_report.yml— fixed "lastest" typo and dropped thebinaryinstall-method option (Evals ships via pip only).consuming repositories: agents-docs, agents-tools, agents-cliline (copied from another repo; not applicable here) and fixed the "agent-docs repo" reference.Notes
triagelabel did not exist on the repo and has been created (the templates referenced it but it was never present).Testing