mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
1.8 KiB
1.8 KiB
stage, group, info, title
stage | group | info | title |
---|---|---|---|
none | unassigned | Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/development/development_processes/#development-guidelines-review. | 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, refer to these existing features to avoid conflicts:
- Description templates:
.gitlab/issue_templates/
. - Merge request templates:
.gitlab/merge_request_templates/
. - GitLab agent for Kubernetes:
.gitlab/agents/
. - CODEOWNERS:
.gitlab/CODEOWNERS
. - Route Maps:
.gitlab/route-map.yml
. - Customize Auto DevOps Helm Values:
.gitlab/auto-deploy-values.yaml
. - Insights:
.gitlab/insights.yml
. - Service Desk Templates:
.gitlab/service_desk_templates/
. - Secret Detection Custom Rulesets:
.gitlab/secret-detection-ruleset.toml
- Static Analysis Custom Rulesets:
.gitlab/sast-ruleset.toml