Kagenti Issue Conventions
Issue Templates
The repo has three issue templates in .github/ISSUE_TEMPLATE/:
| Template | When |
|---|---|
bug_report.yaml |
Reporting a bug with reproduction steps |
feature_request.yaml |
Proposing new functionality |
epic.yaml |
Large multi-PR initiatives |
Creating Issues
gh issue create --template bug_report.yaml
gh issue create --template feature_request.yaml
Linking Issues to PRs
In the PR body:
## Related issue(s)
Fixes #123
Related Skills
repo:pr- PR conventions (links issues)repo:commit- Commit conventionsci:status- Check CI status on issues