-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Language Server Bug Report | ||
description: Report a bug in PyGerber's language server. | ||
title: "[Language Server]: <when-i-am-doing-something-then-something-fails>" | ||
labels: ["language-server", "bug", "waiting-for-checkboxes"] | ||
projects: ["pygerber/3"] | ||
assignees: | ||
- Argmaster | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Language Server Bug Report | ||
Thank you for reporting a bug in PyGerber's language server. Please fill out the | ||
following form to help us understand the issue better. | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Mandatory checks | ||
description: Before opening this issue I have done following | ||
options: | ||
- label: I have reviewed the README for language server related guidelines and haven't found a solution there. | ||
required: true | ||
- label: I have reviewed the language server documentation and haven't found a solution there. | ||
required: true |