Contributor's Guide: Difference between revisions

m
(add paragraph about squashing fixes)
Line 8: Line 8:
=== General Development Workflow ===
=== General Development Workflow ===


Develop changes in local Git branches, publish them in GitHub forks. For quick overview on how to use Git and which remotes to use, read TODOGitIntroduction. Testing builds for most supported platforms can be created by [[Buildbot|buildbot-try]]. If there's a chance for regressions, make sure your changes get tested properly by others. Sometimes, it might be appropriate to create a testing request on the forums. If you think your branch is ready for merging, create a pull request on GitHub.
Develop changes in local Git branches, publish them in GitHub forks. For quick overview on how to use Git and which remotes to use, read the [[Git|Git introduction]]. Testing builds for most supported platforms can be created by [[Buildbot|buildbot-try]]. If there's a chance for regressions, make sure your changes get tested properly by others. Sometimes, it might be appropriate to create a testing request on the forums. If you think your branch is ready for merging, create a pull request on GitHub.


=== Handling Pull Request Comments ===
=== Handling Pull Request Comments ===
2,236

edits