Contributing
Questions
If you have questions about installing Pontoon on Debian or Ubuntu, you can contact us:
by opening an issue on Github,
or on our Discord server.
If you have a question about Pontoon itself (how to use it, etc.), you can:
join the
#pontoon
channel on chat.mozilla.org,post a message on the Pontoon category of the Mozilla’s forums.
More information here: https://mozilla-pontoon.readthedocs.io/en/latest/dev/first-contribution.html#communicate-with-us
Bugs
If you found a bug in a script provided by the Pontoon Debian project, please open an issue on Github.
If you found a bug in Pontoon itself, please open an issue on the Mozilla bug tracker.
Pull Requests
If you want to improve this manual or the distributed scripts, feel free to open a pull request on Github.
Building the Documentation
This manual is written using Sphinx. To build it, you will need Python and to install some dependencies.
To install all dependencies, you can use the requirements.txt
file:
pip install -r requirements.txt
Then you will be able to build the doc with the following command:
make html
The result goes to the build/html/
folder.