chore: add gitlab mr template

main
Yuri Dimas 2025-10-09 16:57:01 +07:00
parent 8775685e3b
commit c7df999368
No known key found for this signature in database
GPG Key ID: 4A421F9108FB5D2C
4 changed files with 35 additions and 1 deletions

0
.gitlab/.gitkeep 100644
View File

View File

@ -0,0 +1,28 @@
# MERGE REQUEST
## Summary
(Summarize the changes that have been made)
## Videos
- Please upload videos if there are interactions included: e.g: progress bar, spinner, popup, drawer, etc
- Remove this section if not uploading Videos
## Screenshots
- Show whole browser screenshot with URL bar shown where the route is shown
- Remove this section if not uploading Screenshots
## Redmine
- Put any related links related to this Merge Request
## Checklist
Change the `[ ]` to `[x]` for each of these list that are applicable, remove any list item that are not applicable
- [ ] I fixed|updated|added unit tests and integration tests for each feature (if applicable).
- [ ] No `error` nor `warning` in the console.
- [ ] I added videos for the developed feature / bug fix. (Please upload videos if there are interactions included: e.g: progress bar, spinner, popup, drawer, etc)
- [ ] I added screenshots of developed feature

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
@ -28,4 +28,10 @@
</Content>
</ItemGroup>
<ItemGroup>
<None Include=".gitlab\.gitkeep" />
<None Include=".gitlab\merge_request_templates\.gitkeep" />
<None Include=".gitlab\merge_request_templates\Default.md" />
</ItemGroup>
</Project>