No, you should fork on Github, pkg> dev the forked URL, branch, commit, push, then submit a PR. This has been discussed in a few topics on this forum, eg
Hey,
so, since 1.0 I am really confused about the recommended workflow for contributing to julia packages which are being developed on GitHub.com .
Is there any documentation on the entire process? I forked and cloned the package I want to sent a PR to (NLSolversBase.jl) but activate . in my local clone does not seem to do the job since the Project.toml is missing. I am a just totally confused right now since the CI is of the package seems to work fine for 1.0.
Can anybody enlighten me as to w…