Reccomended workflow to "patch" another person's package?

Thank you… this should indeed work, but there isn’t any “shortcut” to avoid manually fork/clone/push ?

If I recall correctly, in the pre-1.0 era one could simply do:

  • pkg> develop pkgName
  • [patch, commit & test]
  • using PkgDev; PkgDev.submit(pkgName)

EDIT: I can see there is already an other thread on this exact question… on that thread it is stated that “Once PkgDev is ready for 1.0 we hopefully have that workflow again” … but it was in 2018 :-/
By the way, is there any difference between ] dev pkgName and ] develop pkgName ?