-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing
If you want a feature and can code, feel free to fork and add the change yourself and make a pull request
PLEASE use the dev branch when contributing as the master branch is supposed to be for stable builds. I will not reject your pull request if you make it on master, but it will annoy me and make my life harder.
Find the dev branch at https://github.com/JTechMe/JumpGo-for-Windows/tree/dev
Code Style
-
JumpGo Standard Ed, Dev Ed, JGUpdater, JGUpdater Elevated
-
Simple VB.NET classes
-
Uses WinForms not WPF for GUI
-
Variables use acronyms for names. Please describe your variable's purpose in a comment.
-
Don't erase broken code, comment it out
-
Comments begin with
'but in instances where comments are surrounded by commented-out code, comments should begin with'' -
New code should be explained in comments to avoid confusion accidental removal
-
JumpGo Universal
-
Simple C# Classes
-
Uses UWP XAML for GUI
-
Variables use acronyms for names. Please describe your variable's purpose in a comment.
-
Don't erase broken code, comment it out