Skip to content

Commit

Permalink
chore: Update Issues template and codeowners (#4475)
Browse files Browse the repository at this point in the history
* Update pager-duty.yaml

* Update feature.yaml

* Update documentation.yaml

* Update bug.yaml

* Update CODEOWNERS
  • Loading branch information
prakarsh-dt authored Dec 29, 2023
1 parent 0f5e22c commit ac5c769
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ charts/devtron/ @prakarsh-dt @pawan-mehta-dt @nishant-d
scripts/devtron-reference-helm-charts @prakarsh-dt @pawan-mehta-dt @nishant-d

#Github Specific
.github/ @prakarsh-dt @nishant-d
.github/ @prakarsh-dt @nishant-d @pawan-mehta-dt
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: "🐛 Bug Report"
description: "Submit a bug report to help us improve"
title: "Bug: "
labels: [bug]
assignees: ["prakarsh-dt"]
assignees: ["prakarsh-dt","vikramdevtron"]
projects: ["Devtron Features Prioritization"]
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "📚 Documentation"
description: "Report an issue related to documentation"
assignees: ["SNe789","prakarsh_dt"]
assignees: ["ashokdevtron","prakarsh-dt"]
title: "Doc: "
labels: [documentation]
projects: ["Devtron Features Prioritization"]
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: "Submit a proposal for a new feature"
title: "Feature: "
labels: ["enhancement"]
assignees: ["prakarsh-dt","nishant-d","abhibhaw"]
projects: ["Devtron Features Prioritization"]
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/pager-duty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "🚩 Pager duty Bug"
description: "Submit a bug that is impacting/blocking/limiting a Devtron functionality for an Enterprise."
title: "Bug: "
labels: ["bug","pager-duty"]
projects: ["Devtron Features Prioritization"]
assignees: ["prakarsh-dt","vikramdevtron","kripanshdevtron","vivek-devtron"]
body:
- type: markdown
Expand Down

0 comments on commit ac5c769

Please sign in to comment.