KTp/Getting Involved: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==Who can be a contributor?== | ==Who can be a contributor?== | ||
This project needs | This project needs coders, designers, artists, testers, documentation writers. To help out, get in touch, tell us how you're interested in helping. | ||
==Contacting Us== | ==Contacting Us== | ||
Line 17: | Line 13: | ||
===Email=== | ===Email=== | ||
[https://mail.kde.org/mailman/listinfo/kde-telepathy KDE-Telepathy mail list] | [https://mail.kde.org/mailman/listinfo/kde-telepathy KDE-Telepathy mail list] | ||
==Setting Up== | ==Setting Up== |
Revision as of 21:48, 20 January 2017
Who can be a contributor?
This project needs coders, designers, artists, testers, documentation writers. To help out, get in touch, tell us how you're interested in helping.
Contacting Us
IRC
#kde-telepathy channel on irc.freenode.net
Setting Up
Before you start playing with/hacking on the Telepathy integration stuff, you need to have the latest version compiling and working: Instructions
First Steps
The best way to get involved is to start on some "junior jobs". These are small bugs or features that exist in our applications that are a good way to get to learn the code, and learn our workflow process
A list of junior jobs can be found here.
If you want to work on any of those, get in touch!
Recommended Reading
- Telepathy Wiki
- Telepathy Specs
- Telepathy Qt Documentation
- The Architecture of Open Source Applications: Telepathy
- KDE API documentation
- Learn Git
Workflow
If you want to work on a feature, clone the git repository on the server side and then clone your personal clone on your local machine. Make a new git branch and start working there. Try to keep commits small and meaningful. Once you are finished, push the branch on your server-side clone and ask someone of the team to review it. Once it is reviewed, you can merge it on the master repository (or ask someone else to merge it).