|
| 1 | +name: Feature Request |
| 2 | +description: Suggest a new feature or enhancement for the MongoDB Grafana datasource plugin |
| 3 | +title: "[Feature]: " |
| 4 | +labels: ["enhancement", "needs-triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for suggesting a new feature! Please provide as much detail as possible to help us understand your request. |
| 10 | +
|
| 11 | + - type: textarea |
| 12 | + id: problem |
| 13 | + attributes: |
| 14 | + label: Problem Statement |
| 15 | + description: Is your feature request related to a problem? Please describe. |
| 16 | + placeholder: I'm always frustrated when... |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + id: solution |
| 22 | + attributes: |
| 23 | + label: Proposed Solution |
| 24 | + description: Describe the solution you'd like to see |
| 25 | + placeholder: I would like to be able to... |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: textarea |
| 30 | + id: alternatives |
| 31 | + attributes: |
| 32 | + label: Alternatives Considered |
| 33 | + description: Have you considered any alternative solutions or workarounds? |
| 34 | + placeholder: I've tried... but it doesn't work because... |
| 35 | + |
| 36 | + - type: dropdown |
| 37 | + id: feature-type |
| 38 | + attributes: |
| 39 | + label: Feature Type |
| 40 | + description: What type of feature is this? |
| 41 | + options: |
| 42 | + - New query capability |
| 43 | + - Dashboard/visualization enhancement |
| 44 | + - Proxy server improvement |
| 45 | + - Performance optimization |
| 46 | + - Documentation improvement |
| 47 | + - Security enhancement |
| 48 | + - Developer experience |
| 49 | + - Other |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + |
| 53 | + - type: dropdown |
| 54 | + id: priority |
| 55 | + attributes: |
| 56 | + label: Priority |
| 57 | + description: How important is this feature to you? |
| 58 | + options: |
| 59 | + - Nice to have |
| 60 | + - Would significantly improve my workflow |
| 61 | + - Critical for my use case |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: use-case |
| 67 | + attributes: |
| 68 | + label: Use Case |
| 69 | + description: Describe your specific use case for this feature |
| 70 | + placeholder: | |
| 71 | + I need this feature because... |
| 72 | + It would help me to... |
| 73 | + My workflow involves... |
| 74 | + validations: |
| 75 | + required: true |
| 76 | + |
| 77 | + - type: textarea |
| 78 | + id: example |
| 79 | + attributes: |
| 80 | + label: Example |
| 81 | + description: If applicable, provide an example of how this feature would work |
| 82 | + placeholder: | |
| 83 | + For example, I would write a query like: |
| 84 | + db.collection.aggregate([...]) |
| 85 | + |
| 86 | + And it would produce... |
| 87 | +
|
| 88 | + - type: textarea |
| 89 | + id: mockup |
| 90 | + attributes: |
| 91 | + label: Mockups or Examples |
| 92 | + description: If applicable, add mockups, screenshots, or examples from other tools |
| 93 | + |
| 94 | + - type: checkboxes |
| 95 | + id: compatibility |
| 96 | + attributes: |
| 97 | + label: Compatibility |
| 98 | + description: Should this feature maintain backward compatibility? |
| 99 | + options: |
| 100 | + - label: This feature should maintain backward compatibility |
| 101 | + - label: This feature may require breaking changes (explain in additional context) |
| 102 | + |
| 103 | + - type: dropdown |
| 104 | + id: contribution |
| 105 | + attributes: |
| 106 | + label: Contribution |
| 107 | + description: Are you willing to contribute this feature? |
| 108 | + options: |
| 109 | + - No, I'm just suggesting it |
| 110 | + - Yes, I'm willing to submit a pull request |
| 111 | + - Yes, but I need guidance on how to implement it |
| 112 | + validations: |
| 113 | + required: true |
| 114 | + |
| 115 | + - type: textarea |
| 116 | + id: additional-context |
| 117 | + attributes: |
| 118 | + label: Additional Context |
| 119 | + description: Add any other context, links, or references about the feature request here |
| 120 | + |
| 121 | + - type: checkboxes |
| 122 | + id: checklist |
| 123 | + attributes: |
| 124 | + label: Pre-submission Checklist |
| 125 | + description: Please confirm you've done the following before submitting |
| 126 | + options: |
| 127 | + - label: I have searched existing issues and discussions to ensure this isn't a duplicate |
| 128 | + required: true |
| 129 | + - label: I have clearly described the problem and proposed solution |
| 130 | + required: true |
| 131 | + - label: I understand this is an open-source project with no guaranteed timelines |
| 132 | + required: true |
0 commit comments