Comment by sph

Comment by sph 2 months ago

2 replies

Open source doesn't mean open support, nor open contribution for that matter.

I wish Github would allow me to hide the Issues and PR tabs from my projects.

sureIy 2 months ago

You can hide the Issues tab, but not PRs. In the PRs you can set a PR template the says you don’t accept PRs and set up a very simple GitHub Action workflow that auto-closes and locks PRs opened by others.

account42 2 months ago

At that point you are better off hosting the code elsewhere (e.g. on your own server). The only real reason to use GitHub is for low-friction collaboration.