From 4e3221a63db2674de478af886b9a60edff9ce8a4 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Wed, 24 Jan 2024 11:06:46 +0100 Subject: [PATCH 1/3] feat: issue template for question --- .github/ISSUE_TEMPLATE/question.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..e641f7b38b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,15 @@ +--- +name: Question +about: Ask A Question About flowR +title: 'Question:' +labels: enhancement +assignees: '' + +--- + +**Concise description about unclear things about flowR** +Describe the unclarity and maybe even say how other contributors/users could be informed, +to answer this question in the documentation. + +**Additional Information/Material regarding the question** +Code/Screenshots/etc. \ No newline at end of file From 04738ebbae23ed2d00dc705e791032f7748cea7d Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Wed, 24 Jan 2024 12:56:27 +0100 Subject: [PATCH 2/3] refactor: changed assigned labels to 'question' --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e641f7b38b..6c786d899a 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Ask A Question About flowR title: 'Question:' -labels: enhancement +labels: question assignees: '' --- From 3916835ca9137eb4bd73f4023ac205e41ba8a777 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Wed, 24 Jan 2024 13:04:13 +0100 Subject: [PATCH 3/3] refactor: additional material should be optional --- .github/ISSUE_TEMPLATE/question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6c786d899a..edafc2dd5d 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -11,5 +11,5 @@ assignees: '' Describe the unclarity and maybe even say how other contributors/users could be informed, to answer this question in the documentation. -**Additional Information/Material regarding the question** +**Additional Information/Material regarding the question (Optional)** Code/Screenshots/etc. \ No newline at end of file