From 9905761b2647ae67478873633f7e311502be9b26 Mon Sep 17 00:00:00 2001 From: zertrin Date: Mon, 12 Aug 2013 11:43:45 +0200 Subject: [PATCH] Update README.md to reflect policy change about pull requests --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9496d7d..c634a91 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ Optionally, you can set up an email address where the log file will be sent, whi This version is a rewriting of the code originally written by [Damon Timm](https://github.com/thornomad), including many patches that have been brought to the original scripts by various forks on Github. -Latest version of the code is available at http://github.com/zertrin/duplicity-backup - Merge requests are welcome! :) +## Contributing + +Latest version of the code is available at http://github.com/zertrin/duplicity-backup + +Pull requests are welcome! However please **always use individual feature branches for each pull request**. I will not accept any pull request from master branches. More information about this script is available at http://zertrin.org/projects/duplicity-backup/ @@ -147,8 +151,9 @@ This will stop the script from running and will, instead, output the generated c ## Wish List -* --restore-dir option +* send mails only on failure +* support for include/exclude filelists -###### Thanks to [Mario Santagiuliana](https://github.com/marionline) and [Razvan](https://github.com/rmarescu) for their help. +###### Thanks to all the [contributors](https://github.com/zertrin/duplicity-backup/graphs/contributors) for their help.