-
-
Notifications
You must be signed in to change notification settings - Fork 83
README
This repository contains the wiki for the development version of INN/Largo. This is a work in progress.
For stable documentation about the stable branch, see largoproject.org.
For guides on contributing to this wiki, see Contributing-to-this-wiki.md.
For a list of areas that need contribution, see TODO.md
Each release of Largo (0.3, 0.4, etc) will have a branch of Largo-docs named after that branch. Creating your own branch is as simple as forking INN/Largo-docs, making edits to your fork, and submitting a pull request against the current branch of Largo-docs.
Make sure that your pull request is submitted to the correct branch of the Largo-docs repository:
Include a description of your changes in your pull request.
This requires you to be in a team with push access to INN/Largo.
When a new Largo release is out, merge that release's branch with the Largo-docs master branch on GitHub. Then, make sure you're on the Largo-docs master
branch:
git fetch Largo-docs
git checkout Largo-docs/master
Then:
git remote add wiki [email protected]:INN/Largo.wiki.git
git push -u wiki master
Questions or comments? File an issue, or contact INN directly