e22e2c8b67
- Simplify the user by opening an issue (giving direction) - Mark issue label - Markdown lint Signed-off-by: Avelino <t@avelino.xxx>
22 lines
517 B
Markdown
22 lines
517 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report problems and unexpected behavior.
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
---
|
|
|
|
<!-- Please search existing issues to avoid creating duplicates. -->
|
|
<!-- All extension-specific issues should be created with the `Extension Bug` template. -->
|
|
|
|
- `code-server` version: <!-- The version of code-server -->
|
|
- OS Version: <!-- OS version, cloud provider, -->
|
|
|
|
## Description
|
|
|
|
<!-- Describes the problem here -->
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. <!-- step 1: click ... -->
|
|
1. <!-- step 2: ... --> |