Skip to content

Commit 8c1875c

Browse files
committed
Apply the "app: custom objects" label to all new issues
1 parent d5d96ae commit 8c1875c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Ž.github/ISSUE_TEMPLATE/01-feature_request.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ✨ Feature Request
33
description: Propose a new feature or enhancement
4-
labels: ["type: feature", "status: needs triage"]
4+
labels: ["app: custom objects", "type: feature", "status: needs triage"]
55
body:
66
- type: input
77
attributes:

β€Ž.github/ISSUE_TEMPLATE/02-bug_report.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: πŸ› Bug Report
33
description: Report a reproducible bug in the current stable release
4-
labels: ["type: bug", "status: needs triage"]
4+
labels: ["app: custom objects", "type: bug", "status: needs triage"]
55
body:
66
- type: input
77
attributes:

β€Ž.github/ISSUE_TEMPLATE/03-documentation_change.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: πŸ“– Documentation Change
33
description: Suggest an addition or modification to the plugin's documentation
4-
labels: ["type: documentation", "status: needs triage"]
4+
labels: ["app: custom objects", "type: documentation", "status: needs triage"]
55
body:
66
- type: dropdown
77
attributes:

β€Ž.github/ISSUE_TEMPLATE/04-housekeeping.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 🏑 Housekeeping
33
description: An internal change pertaining to the codebase itself
4-
labels: ["type: housekeeping"]
4+
labels: ["app: custom objects", "type: housekeeping"]
55
body:
66
- type: textarea
77
attributes:

0 commit comments

Comments
Β (0)