|
| 1 | +name: "🚩 Pager duty Bug" |
| 2 | +description: "Submit a bug that is impacting/blocking/limiting a Devtron functionality." |
| 3 | +title: "Bug: " |
| 4 | +labels: ["bug","pager-duty"] |
| 5 | +assignees: ["prakarsh-dt","vikramdevtron","kripanshdevtron","vivek-devtron"] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out our bug report form 🙏 |
| 11 | + - type: textarea |
| 12 | + id: description |
| 13 | + validations: |
| 14 | + required: true |
| 15 | + attributes: |
| 16 | + label: "📜 Description" |
| 17 | + description: "A clear and concise description of what the bug is." |
| 18 | + placeholder: "It bugs out when ..." |
| 19 | + - type: textarea |
| 20 | + id: steps-to-reproduce |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + attributes: |
| 24 | + label: "👟 Reproduction steps" |
| 25 | + description: "How do you trigger this bug? Please walk us through it step by step." |
| 26 | + placeholder: "1. When I ..." |
| 27 | + - type: textarea |
| 28 | + id: expected-behavior |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + attributes: |
| 32 | + label: "👍 Expected behavior" |
| 33 | + description: "What did you think would happen?" |
| 34 | + placeholder: "It should ..." |
| 35 | + - type: textarea |
| 36 | + id: actual-behavior |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + attributes: |
| 40 | + label: "👎 Actual Behavior" |
| 41 | + description: "What did actually happen? Add screenshots, if applicable." |
| 42 | + placeholder: "It actually ..." |
| 43 | + - type: textarea |
| 44 | + id: kuberentes-version |
| 45 | + attributes: |
| 46 | + label: "☸ Kubernetes version" |
| 47 | + description: "What is your Kubernetes service and version?" |
| 48 | + placeholder: "EKS 1.23, KOps 1.22, AKS 1.21 etc." |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + - type: textarea |
| 52 | + id: cloudProvider |
| 53 | + attributes: |
| 54 | + label: "Cloud provider" |
| 55 | + value: | |
| 56 | + <details> |
| 57 | +
|
| 58 | + </details> |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: dropdown |
| 62 | + id: browser |
| 63 | + attributes: |
| 64 | + label: "🌍 Browser" |
| 65 | + description: "What browser is your app running on?" |
| 66 | + options: |
| 67 | + - Chrome |
| 68 | + - Safari |
| 69 | + - Firefox |
| 70 | + - Opera |
| 71 | + - Edge |
| 72 | + - Something Else |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + - type: textarea |
| 76 | + id: environment |
| 77 | + validations: |
| 78 | + required: false |
| 79 | + attributes: |
| 80 | + label: "🧱 Your Environment" |
| 81 | + description: "Is your environment customized in any way? Provide your Browser version as well." |
| 82 | + placeholder: "I use XYZ for ..." |
| 83 | + - type: textarea |
| 84 | + id: solution |
| 85 | + validations: |
| 86 | + required: false |
| 87 | + attributes: |
| 88 | + label: "✅ Proposed Solution" |
| 89 | + description: "Any thoughts as to potential solutions or ideas to go about finding one. Please include links to any research." |
| 90 | + placeholder: "To fix this, I found ..." |
| 91 | + - type: checkboxes |
| 92 | + id: no-duplicate-issues |
| 93 | + attributes: |
| 94 | + label: "👀 Have you spent some time to check if this issue has been raised before?" |
| 95 | + description: "Have you researched on internet for a similar issue or checked our older issues for a similar bug?" |
| 96 | + options: |
| 97 | + - label: "I checked and didn't find any similar issue" |
| 98 | + required: true |
| 99 | + - type: checkboxes |
| 100 | + id: read-code-of-conduct |
| 101 | + attributes: |
| 102 | + label: "🏢 Have you read the Code of Conduct?" |
| 103 | + options: |
| 104 | + - label: "I have read the [Code of Conduct](https://github.com/devtron-labs/devtron/blob/main/CODE_OF_CONDUCT.md)" |
| 105 | + required: true |
0 commit comments