1.8 KiB
1.8 KiB
| stage | group | info |
|---|---|---|
| none | unassigned | To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments |
Features inside the .gitlab/ directory
We have implemented standard features that depend on configuration files in the .gitlab/ directory. You can find .gitlab/ in various GitLab repositories.
When implementing new features, please refer to these existing features to avoid conflicts:
- Custom Dashboards:
.gitlab/dashboards/. - Issue Templates:
.gitlab/issue_templates/. - Merge Request Templates:
.gitlab/merge_request_templates/. - GitLab Kubernetes Agents:
.gitlab/agents/. - CODEOWNERS:
.gitlab/CODEOWNERS. - Route Maps:
.gitlab/route-map.yml. - Customize Auto DevOps Helm Values:
.gitlab/auto-deploy-values.yaml. - GitLab managed apps CI/CD:
.gitlab/managed-apps/config.yaml. - Insights:
.gitlab/insights.yml. - Service Desk Templates:
.gitlab/service_desk_templates/. - Web IDE:
.gitlab/.gitlab-webide.yml.