Home > OS >  Updating closed issues on Github
Updating closed issues on Github

Time:08-25

I have forked a Github repo to update. There is a single master branch. The author had created Github issues and has closed them. Now I need to update them.

Is there any way?

CodePudding user response:

The issues and pull requests can still be edited when they are closed/merged. Attention though, the issues and pull requests are only present on the original repository. They don't get transferred when forking.

  • Related