Skip to content

Commit

Permalink
chore: Update pager-duty Issue template (#4381)
Browse files Browse the repository at this point in the history
* Update pager-duty.yaml

* Update feature.yaml
  • Loading branch information
prakarsh-dt authored Dec 11, 2023
1 parent 9f4eb6f commit 7d6ec7f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Feature
description: "Submit a proposal for a new feature"
title: "Feature: "
labels: ["enhancement"]
assignees: ["prakarsh-dt","nishant-d"]
assignees: ["prakarsh-dt","nishant-d","abhibhaw"]
body:
- type: markdown
attributes:
Expand All @@ -21,17 +21,9 @@ body:
validations:
required: true
attributes:
label: "🎤 Pitch"
label: "🎤 Pitch / Usecases"
description: "Please explain why this feature should be implemented and how it would be used. Add examples, if applicable."
placeholder: "In my use-case, ..."
- type: textarea
id: solution
validations:
required: true
attributes:
label: "✌️ Solution"
description: "A clear and concise description of what you want to happen."
placeholder: "I want this feature to, ..."
- type: textarea
id: alternative
validations:
Expand Down
24 changes: 21 additions & 3 deletions .github/ISSUE_TEMPLATE/pager-duty.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "🚩 Pager duty Bug"
description: "Submit a bug that is impacting/blocking/limiting a Devtron functionality."
description: "Submit a bug that is impacting/blocking/limiting a Devtron functionality for an Enterprise."
title: "Bug: "
labels: ["bug","pager-duty"]
assignees: ["prakarsh-dt","vikramdevtron","kripanshdevtron","vivek-devtron"]
Expand All @@ -16,12 +16,30 @@ body:
label: "📜 Description"
description: "A clear and concise description of what the bug is."
placeholder: "It bugs out when ..."
- type: dropdown
id: criticality
attributes:
label: "Criticality"
description: "How critical is the issue? Please include the impact in the "
options:
- P0 - Critical/Blocking
- P1 - High
- P2 - Medium
- P3 - Low
- type: textarea
id: impact
validations:
required: true
attributes:
label: "Impact on Enterprise"
description: "Describe the kind of Impact this bug/issue has on an Enterprise."
placeholder: "1. The users are unable to ..."
- type: textarea
id: steps-to-reproduce
id: steps-to-replicate
validations:
required: true
attributes:
label: "👟 Reproduction steps"
label: "👟 Steps to replicate the Issue"
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: "1. When I ..."
- type: textarea
Expand Down

0 comments on commit 7d6ec7f

Please sign in to comment.