diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2015-11-13 16:30:19 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2015-11-13 16:30:19 +0100 |
commit | 982b8a108d3c09f440a67ecb82921b067172e391 (patch) | |
tree | 546fa4d9dc818a02175e9c90aa287c9629932cf8 /README.md | |
parent | 54fdb360ab802934bb87bd47d807e1cdfeb2eb7b (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ As a guideline, pull requests should: - Be very small when possible (a couple lines of code) - Don't require a significant rewrite of the code (Don't break `create_html_file()` or `write_entry()`, etc) - It must work on Linux, BSD and Mac. Beware of using GNU coreutils with non-POSIX flags (i.e. `date` or `grep`) +- Follow the UNIX philosophy: do one thing and do it well, rely on third party software for external features, etc - **Always** keep backwards compatibility when using the default configuration |