chore: add gitlab mr template
parent
8775685e3b
commit
c7df999368
|
|
@ -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
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
|
|
@ -28,4 +28,10 @@
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include=".gitlab\.gitkeep" />
|
||||||
|
<None Include=".gitlab\merge_request_templates\.gitkeep" />
|
||||||
|
<None Include=".gitlab\merge_request_templates\Default.md" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Reference in New Issue