Skip to content

Commit a8fcc75

Browse files
committed
fix: Remove package and PHP version fields from "Bug Re...
Fixes #279 Signed-off-by: majiayu000 <[email protected]>
1 parent 28d4bce commit a8fcc75

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Bug Report
2+
description: Let us know about problem
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
> DON'T CREATE SECURITY ISSUE here, use [this form](https://www.yiiframework.com/security) instead.
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description:
13+
Provide a detailed description of the issue. Include all relevant information to help us understand and reproduce the problem.
14+
validations:
15+
required: true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"dev": "vitepress dev src",
88
"build": "vitepress build src",
9-
"preview": "vitepress preview src"
9+
"preview": "vitepress preview src",
10+
"test": "npm run build"
1011
},
1112
"devDependencies": {
1213
"glightbox": "^3.3.1",

0 commit comments

Comments
 (0)