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 |
| Source |
| {{{sourceRepository}}} |
Contents |
Getting the source
You can use a git mirror of that repository:
git clone git://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git |
You can also browse the repository using a web interface or even by monitoring the mirror of the repository on GitHub.
Building SWTBot
See org.eclipse.swtbot.releng/readme.txt in the repository for instructions on how to build SWTBot.
See Dev Setup For Recorder Branch to setup your development environment with the branch that contains the recorder.
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