Skip to content

Commit

Permalink
Merge pull request #125 from VisActor/release/0.12.0
Browse files Browse the repository at this point in the history
[Auto release] release 0.12.0
  • Loading branch information
neuqzxy authored Jul 6, 2023
2 parents e62db28 + 07e1819 commit cac961e
Show file tree
Hide file tree
Showing 268 changed files with 5,180 additions and 2,828 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body:
attributes:
label: Link to Minimal Reproduction
description: |
If the reproduction does not need a build setup, please provide a link to [Official Editor](TODO), [JSFiddle](TODO), [JSBin](https://jsbin.com/) or [CodePen](TODO). If it requires a build setup, you can use [CodeSandbox](TODO) or provide a GitHub repo.
If the reproduction does not need a build setup, please provide a link to [Official Editor](TODO), [JSFiddle](https://jsfiddle.net/neuqzxy/s5y0kgtz/13/), [JSBin](https://jsbin.com/) or [CodePen](https://codepen.io/neuqzxy/pen/ExOWWLg).. If it requires a build setup, you can use [CodeSandbox](https://codesandbox.io/s/visactor-vrender-issue-template-c7fgqr?file=/src/index.ts) or provide a GitHub repo.
The reproduction should be **minimal** - i.e. it should contain only the bare minimum amount of code needed to show the bug.
Please do not just fill in a random link. The issue will be closed if no valid reproduction is provided. [Why?](https://antfu.me/posts/why-reproductions-are-required)
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
1 change: 1 addition & 0 deletions common/autoinstallers/lint/commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-min-length': [2, 'always', 16],
'not-allowed-chars': [2, 'always']
},
plugins: [
Expand Down
Loading

0 comments on commit cac961e

Please sign in to comment.