|
|
This is a guide and process guidance on how to conduct a beta.
|
|
|
|
|
|
# Configuring your GitLab for a beta
|
|
|
The steps below will configure your GitLab repository for a beta. Your files will NOT be exposed to anyone who is not a member of your project (either explicitly added by you, or within your group).
|
|
|
|
|
|
1. Go to your repository settings, then "General".
|
|
|
2. Ensure Issues is enabled, for "Everyone with Access"
|
|
|
3. Ensure Repository is enabled, but "Only Project Members"
|
|
|
4. Ensure "Forks" under "Repository" is set to "Only Project Members"
|
|
|
5. Under Repository, disable "Pipelines", "Container Registry", and "Packages".
|
|
|
5. Disable Analytics, Wiki, Snippets, and Operations. (Unless you wish to use these features)
|
|
|
6. Click "Save Changes".
|
|
|
|
|
|
# Preparing for a beta
|
|
|
_These instructions presume you are using GitLab for version control._
|
|
|
|
... | ... | |