diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2015-05-13 13:22:01 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2015-05-13 13:22:01 +0200 |
commit | fab3bc1054650875a2514117ffbb881646fc9433 (patch) | |
tree | 135138ccd66befb1c79966936547348b0986d5af | |
parent | 1a92bd7700e549bd2bdbff7bf857bad0be280528 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ As a guideline, pull requests should: - Fix a use case for some people (e.g. internationalization) - Add a use case which is arguably very common (e.g. disqus integration for comments) - Be very small when possible (a couple lines of code) -- Don't require a significant rewrite of the code (`create_html_file`, `write_entry`, etc) +- 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`) - **Always** keep backwards compatibility when using the default configuration |