feat: add dependency

This commit is contained in:
Tsubasa6848
2024-02-08 18:25:06 +08:00
Unverified
parent 887b8f1ff8
commit 30e60293da
9 changed files with 369 additions and 94 deletions
+55
View File
@@ -0,0 +1,55 @@
name: Bug Report
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: input
attributes:
label: Platform
description: The platform you are using. (e.g. Windows 10)
- type: input
attributes:
label: BDS Version
description: The version of BDS you are using. (e.g. 1.20.32.1)
- type: input
attributes:
label: LeviLamina Version
description: The version of LeviLamina you are using. (e.g. 1.0.0)
- type: input
attributes:
label: Version
description: The version of the plugin you are using. (e.g. 1.0.0)
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.