2021-01-29 00:20:46 +05:30
---
stage: none
group: unassigned
2021-02-22 17:27:13 +05:30
info: 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
2021-01-29 00:20:46 +05:30
---
2020-11-24 15:15:51 +05:30
# 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-04-17 20:07:23 +05:30
- [Issue Templates ](../user/project/description_templates.md#create-an-issue-template ): `.gitlab/issue_templates/` .
2022-04-04 11:22:00 +05:30
- [Merge request Templates ](../user/project/description_templates.md#create-a-merge-request-template ): `.gitlab/merge_request_templates/` .
2022-05-07 20:08:51 +05:30
- [GitLab agent ](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/blob/master/doc/configuration_repository.md#layout ): `.gitlab/agents/` .
2021-09-30 23:02:18 +05:30
- [CODEOWNERS ](../user/project/code_owners.md#set-up-code-owners ): `.gitlab/CODEOWNERS` .
2020-11-24 15:15:51 +05:30
- [Route Maps ](../ci/review_apps/#route-maps ): `.gitlab/route-map.yml` .
- [Customize Auto DevOps Helm Values ](../topics/autodevops/customize.md#customize-values-for-helm-chart ): `.gitlab/auto-deploy-values.yaml` .
2022-03-02 08:16:31 +05:30
- [GitLab managed apps CI/CD ](../user/clusters/applications.md#prerequisites ): `.gitlab/managed-apps/config.yaml` .
2020-11-24 15:15:51 +05:30
- [Insights ](../user/project/insights/index.md#configure-your-insights ): `.gitlab/insights.yml` .
- [Service Desk Templates ](../user/project/service_desk.md#using-customized-email-templates ): `.gitlab/service_desk_templates/` .
- [Web IDE ](../user/project/web_ide/#web-ide-configuration-file ): `.gitlab/.gitlab-webide.yml` .