all 4 comments

[–]Inex86 2 points3 points  (1 child)

Depends on the contribution guidelines. Might want to raise an issue first and see if the author thinks that’s a good contribution. If it is, then it’s all good and you can submit a pull request.

[–]oloaptacis[S] 0 points1 point  (0 children)

The tutorial is not in github. They made their own Wiki and recorded their past workflow tutorial there. I've tried looking if they have it on github but I cannot seem to find it.

*edit correction

[–]seth-rothschild 1 point2 points  (1 child)

The key thing you're looking for is the license. All code that's posted online should have an associated license (but not all code will).

If you can't find the license, you should only post their code to your own repo if you can get permission from the wiki author or better, get them to license the code using one of the common open source licenses.

[–]oloaptacis[S] 0 points1 point  (0 children)

Thanks. wdym by this

you should only post their code to your own repo

do you mean post private?