44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
|
## Summary
|
||
|
|
||
|
<!-- Summarize the bug encountered concisely. -->
|
||
|
|
||
|
## Steps to reproduce
|
||
|
|
||
|
<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->
|
||
|
|
||
|
## What is the current *bug* behavior?
|
||
|
|
||
|
<!-- Describe what actually happens. -->
|
||
|
|
||
|
## What is the expected *correct* behavior?
|
||
|
|
||
|
<!-- Describe what you should see instead. -->
|
||
|
|
||
|
## Relevant logs and/or screenshots
|
||
|
|
||
|
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code
|
||
|
as it's tough to read otherwise. -->
|
||
|
|
||
|
## Possible fixes
|
||
|
|
||
|
<!-- If you can, link to the line of code that might be responsible for the problem. -->
|
||
|
|
||
|
<!-- Default labels -->
|
||
|
/label ~"group::release"
|
||
|
/label ~"type::bug"
|
||
|
/label ~"workflow::planning breakdown"
|
||
|
|
||
|
<!-- Optional labels -->
|
||
|
/label ~backend ~frontend ~UX
|
||
|
|
||
|
<!-- https://about.gitlab.com/handbook/engineering/quality/issue-triage/#severity -->
|
||
|
/label ~"severity::3" ~"priority::3"
|
||
|
|
||
|
<!-- If you already have an implementation plan, please fill in detail below https://about.gitlab.com/handbook/engineering/development/ops/release/planning/#weights -->
|
||
|
/weight X
|
||
|
/label ~"backend-weight::" ~"frontend-weight::" ~"workflow::ready for development"
|
||
|
## Implementation guide
|
||
|
|
||
|
<!-- If the issue clear enough, consider inviting community contributors -->
|
||
|
/label ~"Seeking community contributions" ~"good for new contributors"
|