Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 2.09 KB

contribute.md

File metadata and controls

28 lines (21 loc) · 2.09 KB
layout title
default
Contribute

How to contribute

Code (patches)

You can submit patches for bug fixes or feature implementations. If you come up with patch for some new functionality then please log a 'enhancement' bug first. Check the existing list of bugs{:target="_blank"}

Documentation

The application now includes very basic user documentation. It is written in markdown syntax and converted to HTML as part of the installation. You can read it directly on GitHub{:target="_blank"} or by clicking on Help -> Contents menu. If you wish to contribute to the documentation feel free to submit pull requests. Meanwhile we distribute some sample programs with our application to help users learn assembly programming. You can always contribute your own programs.

Testing

As with most Free software applications ours is mainly tested by user community. Please test the application as much as possible and file any bugs you find. You can focus the testing on a specific platform (ex. Windows) or specific area of application (ex. memory instructions). Following are some areas where more testing is needed:

  • Printing support on Windows - Printing issue Windows has been fixed in version 1.4.1. Any feedback from Windows users will be great.

Translations

Translation Status{:target="_blank"}

Latest release is translated in 18 languages. Some of them are incomplete. You can help us complete translations or add a new one using weblate. Click above link for opening the weblate page.

{::comment}

Porting

Even though our application was originally written for Linux distributions it has been ported to Windows now. We are interested in porting the application to other operating systems such as Mac OS X but do not have sufficient resources for this. If you have necessary skills to achieve this feel free to send pull requests. {:/comment}