Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 502 Bytes

Contributing

Contributions are very welcomed. There are just a few things to remember:

  • Run tests against JTcl since the custom iRule extensions have only been implemented in that Tcl implementation
    • Run examples.sh and tests.sh or their Windows equivalents, and verify output
  • Please follow existing coding style and indentation (2 spaces for tabs)
  • Add new example or test when appropriate
  • Add or update documentation when necessary and make sure it is correct (as in test it)