BLT icon indicating copy to clipboard operation
BLT copied to clipboard

Remove GitHub issue generator feature

Open Copilot opened this issue 2 months ago • 4 comments

Removes the AI-powered GitHub issue generation feature per requirements.

Changes

Routes removed (blt/urls.py):

  • /github-issue-prompt/ - Issue generation form
  • /create-github-issue/ - GitHub issue creation endpoint
  • /get-github-issue/ - AI generation processor

Views removed (website/views/issue.py):

  • GithubIssueView - Issue creation handler (44 lines)
  • get_github_issue() - Generation request processor (27 lines)
  • generate_github_issue() - OpenAI API integration (45 lines)
  • OpenAI import (still used in utils.py and bot.py)

Templates deleted:

  • github_issue_prompt.html - Input form (94 lines)
  • github_issue.html - Issue creation form (246 lines)

UI cleanup:

  • Navigation links removed from header and sidenav
  • Feature card removed from features page
  • Static asset generate-issue.png deleted
  • Duplicate keywords cleaned from features page metadata

Total: 510 lines removed across 8 files

Original prompt

Remove the generate issue feature


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot avatar Dec 11 '25 07:12 Copilot