diff --git a/.gitlab/.gitkeep b/.gitlab/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.gitlab/merge_request_templates/.gitkeep b/.gitlab/merge_request_templates/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000..3897c85 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -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 diff --git a/BankSampahApp.csproj b/BankSampahApp.csproj index c3d7a58..5c9bafc 100644 --- a/BankSampahApp.csproj +++ b/BankSampahApp.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -28,4 +28,10 @@ + + + + + + \ No newline at end of file