Skip to content

Commit

Permalink
Extracted contribution guidelines from readme into its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
landro committed Sep 26, 2018
1 parent 963ff68 commit 7de2cc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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)
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 7de2cc6

Please sign in to comment.