Update README.md
This commit is contained in:
parent
472e9d3da3
commit
ec8c670d6a
1 changed files with 1 additions and 0 deletions
|
@ -118,4 +118,5 @@ As a guideline, pull requests should:
|
||||||
- Add a use case which is arguably very common (e.g. disqus integration for comments)
|
- 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)
|
- 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 (`create_html_file`, `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
|
- **Always** keep backwards compatibility when using the default configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue