holgerl / hilvl

The hilvl programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Contributing Guidelines

holgerl opened this issue · comments

The project should have a CONTRIBUTING file in the root directory.

https://github.com/blog/1184-contributing-guidelines

The guidelines should say that issues, commit messages and so on should be in English

The guidelines should also say something about what qualities the project strive for: simplicity, as little code as possible, as much power and flexibility as possible with the smallest syntax

From @etse: "I reccomend adding a few guidelines for the pull-requests.
Function names, camelCase versus underscore_sepearated?
tabs: 4 spaces or \t?
is ES6 allowed?"

This issue was solved by 8400650