-
Notifications
You must be signed in to change notification settings - Fork 0
Code Changes Process
ingomohr edited this page Oct 11, 2014
·
4 revisions
This page is for developers who want to contribute to the project.
Please create a branch for every new issue. Once you're done with the development and the testing, please create a pull request.
Please use the format #<issue number>: <short change description>
.
Example: #24: Fixed problem with method foobar(). The bar was missing.
There is a ustok Jenkins (see http://212.227.135.132:8080) we use for building, testing and releasing our tools. On the Jenkins, there should be a swtbotspy_build
job which
- builds the spy including running unit tests and
- deploys the spy onto the dev updatesite location.
When doing the code review (that is, processing a pull request), the reviewer should also check that the changes are approved by Jenkins.