Add issue templates - #56
Merged
Merged
Conversation
daogrady
enabled auto-merge (squash)
August 21, 2026 05:45
Contributor
There was a problem hiding this comment.
The most critical issue in this PR is that all three template files are placed in a top-level ISSUE_TEMPLATE/ directory instead of .github/ISSUE_TEMPLATE/, which means GitHub will silently ignore them and no template will ever appear when users open an issue. Additionally, the "Current Behavior" field in the bug report template is optional despite being essential information for triaging a bug.
PR Bot Information
Version: 1.29.33
- Correlation ID:
6ded4b00-9d23-11f1-8bb0-3d0298e5e9d5 - File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened
chgeo
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GitHub Issue Templates
New Feature
✨ Introduced structured GitHub issue templates to standardize how contributors report bugs, request features, and ask questions in the repository.
Changes
.github/ISSUE_TEMPLATE/bug_report.yaml: Adds a bug report template with fields for current behavior, expected behavior, steps to reproduce (required), environment details (OS, Node, npm,@cap-js/asyncapi,cdsversions), a link to a minimal reproducible example repository, and a free-form "Anything else?" section. Includes a duplicate-check checkbox..github/ISSUE_TEMPLATE/feature_request.yaml: Adds a feature request template with required fields for description and suggested solution, plus optional fields for alternatives and additional context..github/ISSUE_TEMPLATE/question.yaml: Adds a minimal question template with a single required text area for the question itself.PR Bot Information
Version:
1.29.33ba1d13c0-9d23-11f1-9dc9-cbee0cadaf17pull_request.editedanthropic--claude-4.6-sonnet