Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 835 Bytes

contributing.md

File metadata and controls

22 lines (12 loc) · 835 Bytes

Contributing

The source of truth remote repository is stored on BitBucket. There is a mirror of the repository on GitHub.

You can clone the code with git clone [email protected]:martinwheatman/enguage.git

Set up mirror remote

git remote add origin [email protected]:martinwheatman/enguage.git git remote set-url origin [email protected]:martinwheatman/enguage.git

This should use BitBucket as the source of truth and also push to GitHub on pushes to BitBucket.

If you merge a PR on BitBucket, you should do a pull/push locally, to sync GitHub.

The Repo

The main source code of Enguage exists in /org/enguage.

The Enguage repertoires exist in /etc/rpts.

Some existing consumers of the the main library exist in /opt.