-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
8 additions
and
5 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ body: | |
required: true | ||
- label: I have searched existing issues (including closed ones) | ||
required: true | ||
- label: I use KiKit at least version 1.5.0 (older version are not supported) | ||
- label: I use KiKit at least version 1.5.1 (older version are not supported) | ||
required: true | ||
- type: input | ||
attributes: | ||
|
@@ -51,9 +51,12 @@ body: | |
label: Steps to Reproduce | ||
description: > | ||
Please specify the steps to reproduce the issue. Do not forget to include | ||
the KiKit command and also, please include any input boards you use. Not | ||
including files for reproduction might significantly increase time for | ||
handling the issue. If the boards are confidential, you can send them to | ||
[email protected] with subject "KiKit issue files for #123". | ||
the KiKit command and also, please include any input boards you use. If | ||
the boards are confidential, you can send them to [email protected] | ||
with subject "KiKit issue files for #123". | ||
Issues without included PCB will be probably ignored. Having to came up | ||
with a specific inputs that reproduce the issue is a significant time | ||
overhead and I prefer to spend this time on implementing new features. | ||
validations: | ||
required: true |