From 3f9c98a85149c27f0088c73bad00690efd7f22ac Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 18 Apr 2018 15:03:05 +0200 Subject: [PATCH 1/2] Add vacation notice --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0861f514..a645196d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ but we do not consider anything stable or usable at this moment. Feel free to play around anyways.** +## Vacation notice + +**Notice:** I, the author of imag, will be on vacation from mid-May 2018 until +early 2019. I hope I can continue develop imag during that time, but I cannot +guarantee that. I hope I can continue development of imag after that and I +certainly plan to do so. + +But from May 2018 until early 2019, expect long response times on issues and +pull requests. + + ## Goal / What is imag? Our (long-term) goal is to From 794eb4faebb3d7bfccd6e4a1992a6dbaac763d5c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 21 Apr 2018 09:28:01 +0200 Subject: [PATCH 2/2] Add github pull request/issue template --- .github/ISSUE_TEMPLATE.md | 35 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++ 2 files changed, 53 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 00000000..de815f1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,35 @@ + + +### Issue type + +- [ ] Bug +- [ ] Idea/Feature request +- [ ] Question/Other + + + +### What I tried to do + +### What I expected to happen + +### What happened + +### My idea on how to solve this issue + +### Metadata + +* Output of `imag- --version` +* Output of `imag --versions` (if multiple imag tools were used) + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..fcbcf537 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +### PR type + +- [ ] Bugfix +- [ ] Feature +- [ ] Refactor/dependency update +- [ ] Other +