You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository currently has a lot of commits as all changes to a pull-request are merged into master as well. Instead I would suggest to enable squashing only in the settings as shown below. To combine all commits from a pull-request into a single commit having the title of the pull-request as commit message.
I actually think it would help a lot to get a cleaner commit list of the master branch helping to revert, check commits. We should probably do separate pull-request if they contain multiple unrelated changes.
Using squashing would provide all "non-technical" contributors the ability to simply do changes to their pull-request til they are happy without caring about the commit history / names lowering the barrier with git and they wouldn't need to care about rebasing etc at all.
The repository currently has a lot of commits as all changes to a pull-request are merged into master as well. Instead I would suggest to enable squashing only in the settings as shown below. To combine all commits from a pull-request into a single commit having the title of the pull-request as commit message.
https://github.com/openaps/AndroidAPSdocs/settings
The text was updated successfully, but these errors were encountered: