Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1020 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 1020 Bytes

FAF LUA Code

master develop
Build Status Build Status

Current patch is: 3639

Changelog can be found here.

Contributing

To contribute, please fork this repository and make pull requests to the develop branch.

Use the normal git conventions for commit messages, with the following rules:

  • Subject line shorter than 80 characters
  • No trailing period
  • For non-trivial commits, always include a commit message body, describing the change in detail
  • If there are related issues, reference them in the commit message footer

Code convention

Please follow the Lua Style Guide as much as possible.

For file encoding, use UTF-8 and unix-style file endings in the repo (Set core.autocrlf).