Skip to content

[G030Cx] Added support, questions about contribution!? #1546

Closed Answered by fpistm
hitech95 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hitech95
All is explained here but I guess this is the reason you ask this.
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/CONTRIBUTING.md#4-commit-messages

Atomic means to split each specific dev into specific commit. 1 commit = 1 subject.
This allows to easily rework the PR or revert one thing if needed. If all the code is only in one commit it is hard to revert one dedicated part of the code.
This is stated here: https://www.freshconsulting.com/insights/blog/atomic-commits/

Benefits

    Easy to roll back without affecting other changes
    Easy to make other changes on the fly
    Easy to merge features to other branches

About signed-off:
Sign-off is a requirement for…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fpistm
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants