SWTBot/Contributing
From Eclipsepedia
< SWTBot
| SWTBot |
| Website |
| Download |
| Dev Builds |
| Update Site Ganymede e3.4 Galileo e3.5 |
| Community |
| Mailing List • Newsgroup • IRC |
| Bugzilla |
| Open |
| Help Wanted |
| Bug Day |
| Contributing |
| Contributing |
Contents |
Getting the source
The source code of the SWTBot project can be found in a eclipse.org Subversion repository:
svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot/trunk/ |
Alternatively, you can use a git mirror of that repository:
git clone git://github.com/ketan/swtbot.git |
You can also browse the repository using a web interface: SVN, Git
Building SWTBot
See org.eclipse.swtbot.releng/readme.txt in the repository for instructions on how to build SWTBot.
Contributing
Patches and contributions are always welcome! There are many general articles about contributing to Eclipse projects:
- How to contribute to Eclipse projects...
- Getting started with Eclipse plug-ins: contributing to Eclipse
- How to Fix a Bug in Eclipse

