From 2ce2c7677917b6680ae94abb1b5d11940351e2bb Mon Sep 17 00:00:00 2001 From: Marius Lange Date: Fri, 9 Feb 2024 13:58:52 +0100 Subject: [PATCH] Update issue templates (#1156) Add to the question category --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.md | 5 +++-- .github/ISSUE_TEMPLATE/question.md | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 97bb07379..58bd4d3d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,10 @@ --- name: Bug Report about: Create a bug report to help us improve CellRank -title: "" +title: '' labels: bug -assignees: "michalk8" +assignees: michalk8 + --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 80bdf1ea2..c9403cb1a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,10 @@ --- name: Feature Request about: Create a request for a new feature -title: "" +title: '' labels: enhancement -assignees: "michalk8" +assignees: michalk8 + --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 53c7423b9..9f03503e9 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,10 @@ --- name: Question about: Ask a question about CellRank -title: "" +title: '' labels: question -assignees: "Marius1311" +assignees: Marius1311, WeilerP + ---