configuration/.gitlab/merge_request_templates/smallfix.md

1.0 KiB

Replace italic text by your own description

Small Fix Merge Request

Why this Merge Request

This merge request addresses, and describe the problem or user story being addressed.

What is implemented, what is the chosen solution

Explain the fix or solution implemented. Which other solution have been envisaged.

Provide links to the related issues, feature requests and merge request (from Gitlab and Redmine).

And Link to other project Impacted.

Other Information

Include any extra information or considerations for reviewers.

Checklists

Merge Request

  • Target branch identified.
  • Code based on last version of target branch.
  • Description filled.
  • Impact on other project codebase identified.
  • Test run in gitlab pipeline and locally.

Code Review

  • Code is easily readable.
  • Commit are all related to MR and well written (Atomic commit).
  • No useless logging or debugging code.