Github Private Repo Permissions - noi-techpark/documentation GitHub Wiki

About private Github repos and acces

As the github documentation states...

Repository collaborators can include organization members or outside collaborators. An outside collaborator is a person who has access to one or more organization repositories but is not explicitly a member of the organization, such as a consultant or temporary employee.

Which means that anything which is organisation related cannot be accessed by an outside collaborator, they only see things of the repositories the have been granted permission on.

outside collaborater ....
	... with read access
		- can create issues
	... with write access
		- can also use project kanban board
	```