Be specific that default.md is not case-sensitive

parent bc3e7071
...@@ -129,8 +129,9 @@ Prerequisites: ...@@ -129,8 +129,9 @@ Prerequisites:
To set a default description template for merge requests, either: To set a default description template for merge requests, either:
- [Create a merge request template](#create-a-merge-request-template) named `Default.md` and save it in `.gitlab/merge_request_templates/`. - [Create a merge request template](#create-a-merge-request-template) named `Default.md` or `default.md`
This will not overwrite the default template if one has been set in the project settings. and save it in `.gitlab/merge_request_templates/`.
This doesn't overwrite the default template if one has been set in the project settings.
- Users on GitLab Premium and higher: set the default template in project settings: - Users on GitLab Premium and higher: set the default template in project settings:
1. On the top bar, select **Menu > Projects** and find your project. 1. On the top bar, select **Menu > Projects** and find your project.
...@@ -141,8 +142,9 @@ To set a default description template for merge requests, either: ...@@ -141,8 +142,9 @@ To set a default description template for merge requests, either:
To set a default description template for issues, either: To set a default description template for issues, either:
- [Create an issue template](#create-an-issue-template) named `Default.md` and save it in `.gitlab/issue_templates/`. - [Create an issue template](#create-an-issue-template) named `Default.md` or `default.md`
This will not overwrite the default template if one has been set in the project settings. and save it in `.gitlab/issue_templates/`.
This doesn't overwrite the default template if one has been set in the project settings.
- Users on GitLab Premium and higher: set the default template in project settings: - Users on GitLab Premium and higher: set the default template in project settings:
1. On the top bar, select **Menu > Projects** and find your project. 1. On the top bar, select **Menu > Projects** and find your project.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment