Skip to content
Merged
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
105 changes: 105 additions & 0 deletions .github/ISSUE_TEMPLATE/pager-duty.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
name: "🚩 Pager duty Bug"
description: "Submit a bug that is impacting/blocking/limiting a Devtron functionality."
title: "Bug: "
labels: ["bug","pager-duty"]
assignees: ["prakarsh-dt","vikramdevtron","kripanshdevtron","vivek-devtron"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out our bug report form 🙏
- type: textarea
id: description
validations:
required: true
attributes:
label: "📜 Description"
description: "A clear and concise description of what the bug is."
placeholder: "It bugs out when ..."
- type: textarea
id: steps-to-reproduce
validations:
required: true
attributes:
label: "👟 Reproduction steps"
description: "How do you trigger this bug? Please walk us through it step by step."
placeholder: "1. When I ..."
- type: textarea
id: expected-behavior
validations:
required: true
attributes:
label: "👍 Expected behavior"
description: "What did you think would happen?"
placeholder: "It should ..."
- type: textarea
id: actual-behavior
validations:
required: true
attributes:
label: "👎 Actual Behavior"
description: "What did actually happen? Add screenshots, if applicable."
placeholder: "It actually ..."
- type: textarea
id: kuberentes-version
attributes:
label: "☸ Kubernetes version"
description: "What is your Kubernetes service and version?"
placeholder: "EKS 1.23, KOps 1.22, AKS 1.21 etc."
validations:
required: true
- type: textarea
id: cloudProvider
attributes:
label: "Cloud provider"
value: |
<details>

</details>
validations:
required: true
- type: dropdown
id: browser
attributes:
label: "🌍 Browser"
description: "What browser is your app running on?"
options:
- Chrome
- Safari
- Firefox
- Opera
- Edge
- Something Else
validations:
required: true
- type: textarea
id: environment
validations:
required: false
attributes:
label: "🧱 Your Environment"
description: "Is your environment customized in any way? Provide your Browser version as well."
placeholder: "I use XYZ for ..."
- type: textarea
id: solution
validations:
required: false
attributes:
label: "✅ Proposed Solution"
description: "Any thoughts as to potential solutions or ideas to go about finding one. Please include links to any research."
placeholder: "To fix this, I found ..."
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "👀 Have you spent some time to check if this issue has been raised before?"
description: "Have you researched on internet for a similar issue or checked our older issues for a similar bug?"
options:
- label: "I checked and didn't find any similar issue"
required: true
- type: checkboxes
id: read-code-of-conduct
attributes:
label: "🏢 Have you read the Code of Conduct?"
options:
- label: "I have read the [Code of Conduct](https://github.com/devtron-labs/devtron/blob/main/CODE_OF_CONDUCT.md)"
required: true