/usr/share/sugar/activities/Chat.activity/HACKING is in sugar-chat-activity 84-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | How to contribute
=================
Useful notes how to contribute to the project.
Before committing
-----------------
All source files need to be passed through `sugar-lint`_ command.
Follow sugar-lint home page instructions and especially
`"Lint files before committing"` section.
Send patches
------------
Create your patches using ``git format`` command and send them to all
maintainers from the :ref:`AUTHORS <AUTHORS>` file. The easiest way it just
using ``git send-email`` command. Patches might be CCed to
sugar-devel@lists.sugarlabs.org to attract more people to review.
.. _sugar-lint: http://wiki.sugarlabs.org/go/Platform_Team/Sugar_Lint
|