File tree Expand file tree Collapse file tree 5 files changed +9
-14
lines changed
Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 11# These are supported funding model platforms
2-
32github : ['madskristensen', 'hyperupcall']
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: '🐛 Bug report'
22description : Report errors or unexpected behavior
33labels :
44 - Issue-Bug
5+ type : Bug
56body :
67 - type : markdown
78 attributes :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: '⭐ Request (schema)'
22description : Request to add a new JSON schema.
33labels :
44 - Request-for-new-schema
5+ type : Feature
56body :
67 - type : textarea
78 attributes :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: '⭐ Request (feature)'
22description : Propose something new for the SchemaStore web site or build server.
33labels :
44 - Feature-for-website-or-build-server
5+ type : Feature
56body :
67 - type : textarea
78 attributes :
Original file line number Diff line number Diff line change 11# Changes to continuous integration.
2- ci :
2+ CI :
33 - changed-files :
44 - any-glob-to-any-file :
55 - ' .github/**/*'
66
7- # Changes to JavaScript. This label used to have the name of "Gruntfile.js".
8- # This label also supersedes the old "NodeJS" label, which was too broad.
7+ # Changes to JavaScript.
98' cli.js ' :
109 - changed-files :
1110 - any-glob-to-any-file :
1211 - ' cli.js'
1312 - ' package.json'
1413
1514# Changes to configuration.
16- ' config:editorconfig ' :
15+ config :
1716 - changed-files :
1817 - any-glob-to-any-file :
1918 - ' .editorconfig'
20- ' config:eslintrcjson ' :
21- - changed-files :
22- - any-glob-to-any-file :
23- - ' src/.eslintrc.json'
24- ' config:gitignore ' :
25- - changed-files :
26- - any-glob-to-any-file :
19+ - ' eslint.config.js'
2720 - ' .gitignore'
2821 - ' .gitattributes'
2922
@@ -33,8 +26,8 @@ documentation:
3326 - any-glob-to-any-file :
3427 - ' **/*.md'
3528
36- # Changes to Asp.Net files. Generally, they must NOT be updated.
37- WARNING_AspNetFiles :
29+ # Changes to website files. Generally, they must NOT be updated.
30+ WARNING_WebsiteFiles :
3831 - changed-files :
3932 - any-glob-to-any-file :
4033 - ' src/bin/**/*'
You can’t perform that action at this time.
0 commit comments