Skip to content

Commit 132df59

Browse files
authored
Add "issue type"s to issue templates and cleanup rarely used labels (#5562)
1 parent a33222a commit 132df59

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# These are supported funding model platforms
2-
32
github: ['madskristensen', 'hyperupcall']

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: '🐛 Bug report'
22
description: Report errors or unexpected behavior
33
labels:
44
- Issue-Bug
5+
type: Bug
56
body:
67
- type: markdown
78
attributes:

.github/ISSUE_TEMPLATE/feature_request_new_schema.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: '⭐ Request (schema)'
22
description: Request to add a new JSON schema.
33
labels:
44
- Request-for-new-schema
5+
type: Feature
56
body:
67
- type: textarea
78
attributes:

.github/ISSUE_TEMPLATE/feature_request_website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: '⭐ Request (feature)'
22
description: Propose something new for the SchemaStore web site or build server.
33
labels:
44
- Feature-for-website-or-build-server
5+
type: Feature
56
body:
67
- type: textarea
78
attributes:

.github/labeler.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
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/**/*'

0 commit comments

Comments
 (0)