fix failing markdownlint (#1609)
This commit is contained in:
parent
e18c1a5f56
commit
10fa332dd1
1 changed files with 7 additions and 6 deletions
13
.github/ISSUE_TEMPLATE/issue-template.md
vendored
13
.github/ISSUE_TEMPLATE/issue-template.md
vendored
|
|
@ -2,22 +2,23 @@
|
|||
name: General Issue
|
||||
about: General requirements to all issues.
|
||||
title: Specific issue name
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
`<Remove before publishing>`
|
||||
|
||||
|
||||
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.
|
||||
|
||||
`</Remove before publishing>`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue