Contributor's Guide: Difference between revisions

Jump to navigation Jump to search
(Created page. Heavily WIP!)
 
m (→‎General Development workflow: add link to Buildbot page)
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-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 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.


=== Handling Pull Request Comments ===
=== Handling Pull Request Comments ===