Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 1.41 KB

How to file a bug report

Create a new issue with as much description of the problem as possible. Include steps needed for reproduction if the bug is not obvious. It's also possible to submit bug reports anonymously to my feedback form.

How to suggest a new feature

The same as bug report. Well-explained suggestions are preferred.

How to help translate

Translations are stored in .resx files (almost all except for Resources.resx). It's suggested to use the ResxTranslator to translate these files. It will save you a lot of work. Most if not all of translators here use it.

You can translate by creating a branch, translating it, and then starting a pull request. If you are not familiar with git and GitHub, you can ask for a translation pack through my feedback form. It will contain everything needed. Once done, simply send it back to my mail.

How to set up your environment and run tests

Any modern version of Visual Studio should work. You might need to download download this and this library separately. Tests use the test framework included in new Visual Studio versions. Some of the tests require running as 64bit to pass, or some specific applications to be installed.