Skip to content

Commit ac5c769

Browse files
authored
chore: Update Issues template and codeowners (#4475)
* Update pager-duty.yaml * Update feature.yaml * Update documentation.yaml * Update bug.yaml * Update CODEOWNERS
1 parent 0f5e22c commit ac5c769

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ charts/devtron/ @prakarsh-dt @pawan-mehta-dt @nishant-d
99
scripts/devtron-reference-helm-charts @prakarsh-dt @pawan-mehta-dt @nishant-d
1010

1111
#Github Specific
12-
.github/ @prakarsh-dt @nishant-d
12+
.github/ @prakarsh-dt @nishant-d @pawan-mehta-dt

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: "🐛 Bug Report"
22
description: "Submit a bug report to help us improve"
33
title: "Bug: "
44
labels: [bug]
5-
assignees: ["prakarsh-dt"]
5+
assignees: ["prakarsh-dt","vikramdevtron"]
6+
projects: ["Devtron Features Prioritization"]
67
body:
78
- type: markdown
89
attributes:

.github/ISSUE_TEMPLATE/documentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: "📚 Documentation"
22
description: "Report an issue related to documentation"
3-
assignees: ["SNe789","prakarsh_dt"]
3+
assignees: ["ashokdevtron","prakarsh-dt"]
44
title: "Doc: "
55
labels: [documentation]
6+
projects: ["Devtron Features Prioritization"]
67
body:
78
- type: markdown
89
attributes:

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: "Submit a proposal for a new feature"
33
title: "Feature: "
44
labels: ["enhancement"]
55
assignees: ["prakarsh-dt","nishant-d","abhibhaw"]
6+
projects: ["Devtron Features Prioritization"]
67
body:
78
- type: markdown
89
attributes:

.github/ISSUE_TEMPLATE/pager-duty.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "🚩 Pager duty Bug"
22
description: "Submit a bug that is impacting/blocking/limiting a Devtron functionality for an Enterprise."
33
title: "Bug: "
44
labels: ["bug","pager-duty"]
5+
projects: ["Devtron Features Prioritization"]
56
assignees: ["prakarsh-dt","vikramdevtron","kripanshdevtron","vivek-devtron"]
67
body:
78
- type: markdown

0 commit comments

Comments
 (0)