From 10fa332dd1c3a5d4339daede803a207e2865815b Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 23 Mar 2023 11:17:18 +0100 Subject: [PATCH] fix failing markdownlint (#1609) --- .github/ISSUE_TEMPLATE/issue-template.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index 28d35bff..f65de799 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -2,22 +2,23 @@ name: General Issue about: General requirements to all issues. title: Specific issue name -labels: '' -assignees: '' - +labels: "" +assignees: "" --- + `` - + Hi 👋, thank you for opening an issue! Please make sure to add such an info to the issue description: - [ ] Mention is it's about Cloud or Open Source OnCall. - [ ] Add OnCall backend & frontend versions. -- [ ] Include labels starting with "part:". Like `part:alertflow` or `part:schedules`. Search for all `part:` labels and choose the closest one. +- [ ] Include labels starting with "part:". Like `part:alertflow` or `part:schedules`. Search for all `part:` labels and + choose the closest one. - [ ] Include labels like `bug` or `feature request`. - [ ] If it's a bug, include logs, scheenshots, videos. As much specific info as possible. - + Issues mising those items will be closed. ``