Skip to content

How to help with enGrid's code

wyldckat edited this page Jul 14, 2012 · 1 revision

Introduction

To help with the development of the code of enGrid, you can simply use the Fork feature that GitHub has. You'll need an account at GitHub for that.

If you're new to GitHub, then head first to the help page: GitHub's Help.

After you've made your own fork, work on the branch you feel more comfortable with, such as:

  • release-1.4 - if you're working on Linux and want to help with the latest release.
  • windows-1.4 - if you're working on Windows and want to help with the latest release.
  • release-1.3 - outdated...
  • windows-1.3 - outdated...
  • master - if you're working on Linux and want to help with the top level development line.
  • windows - if you're working on Windows and want to help with the top level development line.
When you're done, use the Pull Request feature on GitHub.
Clone this wiki locally