Changes between Version 1 and Version 2 of ContributionGuide
- Timestamp:
- Jan 15, 2017, 5:25:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContributionGuide
v1 v2 21 21 22 22 23 == Reviewing Software == 24 HaikuDepot is the central hub to find and install software. Only very few packages have been commented on or rated by users. Comments and ratings are very helpful when discovering software. Create an account with the HaikuDepot app and add your experiences. For more in-depth reviews of applications, create a [https://discuss.haiku-os.org/ forum post]. 25 26 27 == Outreach == 28 Regularly visit the [https://discuss.haiku-os.org/ web forums] and the [https://www.haiku-os.org/community/irc #haiku IRC channel] and join the discussions or help answer other users' questions. 29 30 23 31 == Coverity [https://dev.haiku-os.org/wiki/Coverity] == 24 32 Coverity is a static analysis tool that is run on the Haiku source code every few months. The issues it detects are then reported. If you are good at C/C++ you can try fixing some of the issues it reports. Note that many are false failures, so we ask that you open a new Haiku trac ticket and attach your patches to those tickets for review. 25 33 26