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
Create a clone of the repo to work on an issue. Create a fork only if you're trying to be very experimental.
Create a new branch from 'develop' to work on an issue.
Name the branch using the issue name or number
Immediately publish the branch to the repo. ( This communicates to the team that you're working on an issue, keeps others from stepping on your toes.)
Push changes up to the published branch frequently, daily.
Build & test the branch locally before making a Pull Request. (Use QtCreator or your preferred build tools. Import a test pattern & create a layout. If no problems, make a Pull Request. We can provide a test pattern, just ask.)
Don’t “Hold” a Pull Request Until the Job is “Done”. Don't make monster Pull Requests - break it down as much as possible and make PRs as small as possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Beta Was this translation helpful? Give feedback.
All reactions