From 1d27234ebe1d7e53292665a935edfba45fbe4b8b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 18 Apr 2018 15:07:00 +0200 Subject: Add vacation notice --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6974b17..e305c14 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ assert_eq!(a.filter(&21), true); For more examples have a look at the tests in `./src/filters.rs`. +# Vacation notice + +**Notice:** I, the author of filters, will be on vacation from mid-May 2018 +until early 2019. I hope I can continue develop filters during that time, but I +cannot guarantee that. I hope I can continue development of filters after that +and I certainly plan to do so. + +@TheNeikos as commit rights to this repository and will respond to issues and +PRs. + + # License filters - A crate to build predicates/filters with the builder pattern -- cgit v1.2.3 From 714af13e98574d69a5587321175928989064d315 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 28 Apr 2018 21:20:04 +0200 Subject: Add pull request/issue template for sabatical notice --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..7119513 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7119513 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + + -- cgit v1.2.3