I have built a project with html + css + javascript on GitHub for a half year. It has been in a private repository, there is only one branch.
Now I want to make this repository partially public, such that:
Users can use the
issuesfeature to ask questions or write requirements, I could respond to them, we could have discussion.Actually, users don't need to see the code. But as we are on GitHub, I may want to make a small part of files public.
I don't want to lose the commit history.
Could anyone tell me what are the steps (and commands ideally) I should follow?
Do I have to re-organize my folders, for example, make a public folder and a private folder?