diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..20f45d1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +## 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) diff --git a/README.md b/README.md index 7f14c0a..13099ee 100644 --- a/README.md +++ b/README.md @@ -527,13 +527,7 @@ File bugs over at [github](https://github.com/landro/TesTcl) ## Contributing code -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) +See [CONTRIBUTING.md](CONTRIBUTING.md) ## Who uses it?