# Contributing to Localization HQ Editor ## Build from sources To successfully build **lhqeditor** you need (for now) use strictly Visual Studio 2019.\ Even for solution (`LHQ_vs2022.sln`) for Visual Studio 2022 needs to be built in VS2019.\ This restriction will be solved in time. ## PR Requests To fix a bug or add new feature, follow these steps: - Fork the repo - Create a new branch `git checkout -b bugfix` - Make the appropriate changes - Commit your changes `git commit -am 'Bug fixed' - Push to the branch `git push origin bugfix` - Create a Pull Request