From 6d23b16c8a1c1cd758a40f4e5935cefa7999dedb Mon Sep 17 00:00:00 2001 From: Teiva Harsanyi Date: Tue, 6 Apr 2021 22:23:37 +0200 Subject: [PATCH] Adding question issue template (#309) --- .github/ISSUE_TEMPLATE/other.md | 4 +--- .github/ISSUE_TEMPLATE/question.md | 8 ++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index b349893e..eba461ab 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -1,10 +1,8 @@ --- name: Other -about: Neither a bug report nor a feature request. +about: Neither a bug report, a question, nor a feature request. title: '' labels: '' assignees: teivah --- - - diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..b81881a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask a question about RxGo. +title: '' +labels: question +assignees: teivah + +---