2020-10-30 14:08:56 -04:00
---
stage: none
group: unassigned
2022-09-21 17:13:33 -04:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-10-30 14:08:56 -04:00
---
2020-09-15 17:09:35 -04:00
# 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 ](../operations/metrics/dashboards/index.md#add-a-new-dashboard-to-your-project ): `.gitlab/dashboards/` .
2021-02-18 07:09:34 -05:00
- [Issue Templates ](../user/project/description_templates.md#create-an-issue-template ): `.gitlab/issue_templates/` .
2022-01-25 07:14:14 -05:00
- [Merge request Templates ](../user/project/description_templates.md#create-a-merge-request-template ): `.gitlab/merge_request_templates/` .
2022-02-21 19:14:20 -05:00
- [GitLab agent ](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/blob/master/doc/configuration_repository.md#layout ): `.gitlab/agents/` .
2021-07-05 17:07:32 -04:00
- [CODEOWNERS ](../user/project/code_owners.md#set-up-code-owners ): `.gitlab/CODEOWNERS` .
2022-08-12 08:11:32 -04:00
- [Route Maps ](../ci/review_apps/index.md#route-maps ): `.gitlab/route-map.yml` .
2020-09-15 17:09:35 -04:00
- [Customize Auto DevOps Helm Values ](../topics/autodevops/customize.md#customize-values-for-helm-chart ): `.gitlab/auto-deploy-values.yaml` .
2022-09-28 11:09:17 -04:00
- [Insights ](../user/project/insights/index.md#configure-project-insights ): `.gitlab/insights.yml` .
2020-09-15 17:09:35 -04:00
- [Service Desk Templates ](../user/project/service_desk.md#using-customized-email-templates ): `.gitlab/service_desk_templates/` .
2022-08-12 08:11:32 -04:00
- [Web IDE ](../user/project/web_ide/index.md#web-ide-configuration-file ): `.gitlab/.gitlab-webide.yml` .