Open Issues Need Help
View All on GitHub Create issue command should also display the created issue url so that the user can open it 11 days ago
AI Summary: This issue proposes enhancing the 'create issue' command to display the URL of the newly created issue directly in the console. This would allow users to easily open the issue after creation. The suggested implementation involves modifying the `IssueSource.createIssue` function to return both the issue ID and its URL, which the command can then log.
Complexity:
2/5
good first issue lalph