Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Collective Effects
mbtrack2
Wiki
How to commit and submit a merge request
Changes
Page history
New page
Templates
Clone repository
Create How to commit and submit a merge request
authored
9 months ago
by
Alexis GAMELIN
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
How-to-commit-and-submit-a-merge-request.md
+14
-0
14 additions, 0 deletions
How-to-commit-and-submit-a-merge-request.md
with
14 additions
and
0 deletions
How-to-commit-and-submit-a-merge-request.md
0 → 100644
View page @
673657b8
The develop branch accepts merge request with new features.
1.
Create a new local branch from the develop branch (with all the features intended to be included in the new commit).
2.
Go into mbtrack2 root folder.
3.
Run formatters and test inside poetry:
*
`poetry env use python`
*
`poetry install`
*
Run the isort formatter:
`poetry run isort .`
*
Run the yapf formatter:
`poetry run yapf -ir mbtrack2`
*
Check that the tests run without errors:
`poetry run pytest`
4.
If all tests run successfully:
*
Commit changes with a commit message
*
Push commit to the repo
*
Create the merge request
\ No newline at end of file
This diff is collapsed.
Click to expand it.