/ CONTRIBUTING.md
CONTRIBUTING.md
 1  
 2  Thanks in advance for taking the time to contribute, here are a few guidelines
 3  that help move things faster.
 4  
 5  ## Submitting Issues
 6  
 7  Please include the following information, it helps narrowing down issues
 8  
 9  - **Operating System**, Windows, Linux distribution, BSD, etc.
10  - If building from source, **compiler** and
11    **Qt version**.
12  - Using a binary build? Which **version** are you running?
13  - For graphical issues **screenshots** help a lot. If you are having font problems provide
14    a **link to the font you are using**.
15  
16  ## Code Contributions
17  
18  - **Rebase** changes against the tip of the master branch
19  - Format C++ code with **tabs**
20  - Python code is **PEP8**
21  - **Keep portability in mind** this is expected to run in Windows and Unix systems
22