Open Issues Need Help
View All on GitHubAI Summary: Fix a bug in the GitHub Conventional Comments Chrome extension where the comment suggestion button incorrectly appears in the GitHub Copilot chat input. The solution requires identifying the specific element within the Copilot chat input and preventing the extension's button from being injected into that area.
AI Summary: Debug and fix the GitHub Conventional Comments Chrome extension to ensure compatibility with the new GitHub UI. The issue involves a visual incompatibility shown in the provided screenshot. The solution likely requires inspecting the extension's code to identify and adjust selectors or logic that are no longer compatible with the updated GitHub interface.
AI Summary: Fix a bug in the GitHub conventional comments extension where the suggestion popup disappears when hovering over it in the main comment box. The issue only occurs in the main comment section, not inline code comments.