werainkhatri / issue

A tool to help cli package authors make raising issues like bug reports more interactive for their users.

Home Page:https://pub.dev/packages/issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.0.0

werainkhatri opened this issue · comments

  • make this a gh project?
  • add BlankIssueTemplate.
  • test entire flow in linux and windows.
    • find out if the file prompt handler function (that uses Process) can be mocked so that it can be tested e2e.
    • add ci/cd steps.
  • handle usecase where IssueTemplate contains only command driven issue sections.
  • support for custom editor as per package user / end user's choice. use this to get the commands for all.
    • feature for end user to select an editor from available editors from the terminal at runtime.
  • add customizability for package author to choose if a section should have an interact.Choose prompt before the file prompt.
  • add custom prompt text support for command driven issue sections.
  • pretify using ansi_styles.
  • find out and handle the max url length, if any.
  • see if downloading and parsing a github issue template would work.
  • find how to handle exceptions with nice stdout w/o stacktrace.
  • make publishable
    • document public APIs.
  • add customizability for which template to be used based on user choice. User can choose which type of issue is to be raised (bug, feature request, etc) and the the template is decided.
  • "Steps to reproduce" should mention if there's a Code Sample step coming up.
  • enable Dependabot.
  • automate package version management.