Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ✨ Feature Request
description: Propose a new feature or enhancement
labels: ["type: feature", "status: needs triage"]
labels: ["app: custom objects", "type: feature", "status: needs triage"]
body:
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🐛 Bug Report
description: Report a reproducible bug in the current stable release
labels: ["type: bug", "status: needs triage"]
labels: ["app: custom objects", "type: bug", "status: needs triage"]
body:
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-documentation_change.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 📖 Documentation Change
description: Suggest an addition or modification to the plugin's documentation
labels: ["type: documentation", "status: needs triage"]
labels: ["app: custom objects", "type: documentation", "status: needs triage"]
body:
- type: dropdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/04-housekeeping.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🏡 Housekeeping
description: An internal change pertaining to the codebase itself
labels: ["type: housekeeping"]
labels: ["app: custom objects", "type: housekeeping"]
body:
- type: textarea
attributes:
Expand Down