Collaboration is key to this project. Legal templates are complex legal documents that become better through iteration and feedback.
The cofounders/legal repository on GitHub is where the legal templates are stored.
It is a public repo so anyone can participate in the discussion by creating and commenting on issues.
All you need is basic HTML familiarity. Everything can be done through the GitHub website right from your browser.
-
Fork the repository to edit the legal templates.
How to: Fork A Repo
-
Edit templates to your heart's content.
-
Use Pull Requests to share your tempalte.
How to: Using Pull Requests
-
Once reviewed by a committer, the contribution will be merged into the public repository and available to the world.
These guidelines should help all templates live in peace and harmony.
-
Place your template in
_posts
and name it according to Jekyll's file name format.The date will be taken as the date of publication for this document, regardless of when the commits were made.
For example:
2013-12-25-christmas_letter.html
-
Ensure the template has the correct YAML front-matter.
Example:
--- layout: document title: Consulting Agreement license: name: Creative Commons Attribution 3.0 Singapore (CC BY 3.0 SG) url: http://creativecommons.org/licenses/by/3.0/sg/deed.en_US authors: - name: Cofounders Pte Ltd contact: https://cf.sg tags: - consultant - entrepreneur ---
-
The template property must be set to
document
to be rendered correctly. -
Document tags are used to filter the document listing. The currently supported tags are:
consultant
,entrepreneur
, andinvestor
. -
List the authors' names and email/web addresses in the YAML front-matter if they wish to be attributed.
-
Yo dawg, we heard you like licenses so always specify a license for your license. The recommended license for legal documents in Singapore is Creative Commons Attribution 3.0 Singapore (CC BY 3.0 SG). It comes in many other country specific flavours.
-
-
Author your legal template by following the HTML structures as defined in
PRIMITIVES.md
.