.gitlab folder setup
The exact setup will depend on who is managing the project.
Everyone in Support Readiness
- Create a folder named
.gitlab
- Create a file in that folder named
CODEOWNERS
- Make the contents the following:
[Support Operations]
* @jcolyer @nabeel.bilgrami @avilla4 @dtragjasi @secole @rverschoor
US Citizens only
- Create a folder named
.gitlab
- Create a file in that folder named
CODEOWNERS
- Make the contents the following:
[Support Operations]
* @jcolyer @secole
Zendesk Global Support Contributions Project
- Create a folder named
.gitlab
- Create a file in that folder named
CODEOWNERS
- Make the contents the following:
[Support Managers]
* @gitlab-com/support/managers
Zendesk US Government Support Contributions Project
- Create a folder named
.gitlab
- Create a file in that folder named
CODEOWNERS
- Make the contents the following:
[Support Managers]
* @JamesRLopes @lbot
dc7e3936
)