Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 380 Bytes

CONTRIBUTIONS.md

File metadata and controls

12 lines (8 loc) · 380 Bytes

Contributions guidelines

Rules

  • Every script must be placed at /<your_wm_name>/myscript.sh
  • Every script must have documentation about common usage and requirements in README.md
  • Every script's documentation must be in English

Quality of scripts

  • Script should have shebang like #! /bin/sh or #! /usr/bin/python
  • Script should have english comments in code