Jonathan
Jonathan

Reputation: 11321

Is there a way to add issues to a github forked repo (without modifying the original)?

I notice there's no "issues" tab on my forked github repo. Is there a way to allow me to fork a repo, but still add issues/wiki/etc?

Upvotes: 134

Views: 24044

Answers (1)

zavg
zavg

Reputation: 11061

  • Fork a repo
  • Go to the Settings page of your fork.
  • Click 'General' tab on the left
  • Scroll down to the Features subsection
  • Tick the Issues checkbox

Settings, General, Features

Upvotes: 207

Related Questions