good-first-issue icon indicating copy to clipboard operation
good-first-issue copied to clipboard

feat: Allows users to select which Good First Issue to pick.

Open akhil-sharma opened this issue 1 year ago • 0 comments

Changes made.

  • Adds a new command line argument -i, issues, which displays a list of relevant issues for the user to choose from in a given project.
  • lib/prompt.js now has two named exports instead of a default export. These are:
    • projectsPrompt
    • issuesPrompt

Please let me know your thoughts on this.

akhil-sharma avatar Jun 25 '23 18:06 akhil-sharma