File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments