Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.03 KB

How to contribute

Getting Started

TBD

For developers

NOTICE: phpactor.el are under development. These APIs are subject to change.

Requirements

  • GNU Emacs 24.3+
  • PHP 7+
  • Cask: Project management tool for Emacs
  • (optional) Composer: Dependency Manager for PHP

Coding Rules

Please follow the conventions of Emacs Lisp.

  • flycheck/flycheck: On the fly syntax checking for GNU Emacs
  • purcell/flycheck-package: Flycheck checker for elisp package metadata
  • flycheck/flycheck-cask: Cask support for Flycheck
  • nameless: Hide package namespace in your emacs-lisp code
    • The main developer is a fan of nameless. We accept codes that do not follow this, but your indentation may be changed one day.