-
Alexandru-Mihai GHERGHESCU authored
Add a merge request template which aids in contributing to the codebase. Also see https://docs.gitlab.com/ee/user/project/description_templates.html.
Alexandru-Mihai GHERGHESCU authoredAdd a merge request template which aids in contributing to the codebase. Also see https://docs.gitlab.com/ee/user/project/description_templates.html.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Default.md 1.15 KiB
Pull Request Title
Description
Wants to merge: %{source_branch} into %{target_branch}
Type of change
- Bug fix
- New feature
- Enhancement
- Documentation update
- Other (specify right below)
Merge request commits
%{all_commits}
Related Issues
Screenshots or GIFs
Checklist
- I have tested the code with the changes manually.
- My code follows the project's style guidelines.
- I have documented my code for others to understand.
-
I have updated documentation as needed (including
README.md
, code comments and doc strings).