First off, thank you for taking the time to prepare a contribution to Score-P!
-
Create an issue
- Assign yourself to the issue
-
Work on your contribution
-
Best practice on creating a commit series
https://understandlegacycode.com/blog/key-points-of-refactoring/
-
Best practice on writing good commit messages
-
-
Create a branch referencing the issue in the branch name
<#issue>-<branch-name>
- Assign yourself to the merge request
- Check Conformity section in the merge request description, assignee is responsible to keep these up-to-date
- Check the pipeline result in the comments from @swat_ci_connector, it reads
something like
cafebabe triggered CI/CD pipeline #12345 - PASS
- After approval, ensure branch is rebased onto target branch and signal ready
state by adding the
~ready
label