diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2012-02-13 06:53:21 +0100 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2012-02-13 06:53:21 +0100 |
commit | c3539403a5ba22a633488764a68200a06aa3ba95 (patch) | |
tree | beebd8d57c36ad467ea1c28c56fe71fe7bb11a30 /HACKING | |
parent | 872cadbfdf1ee27db786389c941671a2e0df1b4f (diff) | |
download | smokeping-c3539403a5ba22a633488764a68200a06aa3ba95.tar.gz smokeping-c3539403a5ba22a633488764a68200a06aa3ba95.tar.xz |
added hacking notes
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +SmokePing Hacking +----------------- + +The source of SmokePing lives on + + https://github.com/oetiker/SmokePing + +If you come up with new and cool features, send a pull request. + +If you find a bug, report it on GitHub as an issue. + +If you are planning to implement something large, +please discuss it on the smokeping-users mailinglist. + |