File tree Expand file tree Collapse file tree 3 files changed +94
-0
lines changed Expand file tree Collapse file tree 3 files changed +94
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Feature request 🧭
2
+ description : Suggest an idea for this project
3
+ labels : " feature-request"
4
+ body :
5
+ - type : textarea
6
+ attributes :
7
+ label : Proposal
8
+ description : " What would you like to have as a feature"
9
+ placeholder : " A clear and concise description of what you want to happen."
10
+ validations :
11
+ required : true
12
+ - type : textarea
13
+ attributes :
14
+ label : Use-Case
15
+ description : " How would this help you?"
16
+ placeholder : " Tell us more what you'd like to achieve."
17
+ validations :
18
+ required : false
19
+ - type : dropdown
20
+ id : interested-in-implementing-the-feature
21
+ attributes :
22
+ label : Is this a feature you are interested in implementing yourself?
23
+ options :
24
+ - ' No'
25
+ - ' Maybe'
26
+ - ' Yes'
27
+ validations :
28
+ required : true
29
+ - type : textarea
30
+ id : anything-else
31
+ attributes :
32
+ label : Anything else?
33
+ description : " Let us know if you have anything else to share" o
Original file line number Diff line number Diff line change
1
+ name : Report a bug 🐛
2
+ description : Create a report to help us improve
3
+ labels : " bug"
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |
8
+ ## Self-help
9
+ Thank you for considering to open a bug report!
10
+
11
+ Before you do, however, make sure to check our existing resources to see if it has already been discussed/reported:
12
+ - [Reported bugs](https://github.com/percona/percona-server-mongodb-operator/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug)
13
+ - [JIRA bugs](https://perconadev.atlassian.net/issues/K8SPSMDB-1028?jql=project%20%3D%20k8spsmdb%20and%20issuetype%20%3D%20Bug%20and%20resolution%20%3D%20Unresolved)
14
+ - [Percona Operator for MongoDB forum](https://forums.percona.com/c/mongodb/percona-kubernetes-operator-for-mongodb/29)
15
+ - type : textarea
16
+ attributes :
17
+ label : Report
18
+ description : " What bug have you encountered?"
19
+ placeholder : " A clear and concise description of what the bug is."
20
+ validations :
21
+ required : true
22
+ - type : textarea
23
+ attributes :
24
+ label : More about the problem
25
+ description : What do you see happening
26
+ placeholder : Logs, expected behavior, other
27
+ validations :
28
+ required : true
29
+ - type : textarea
30
+ attributes :
31
+ label : Steps to reproduce
32
+ description : " Tell us how to reproduce the problem"
33
+ value : |
34
+ 1.
35
+ 2.
36
+ 3.
37
+ validations :
38
+ required : true
39
+ - type : textarea
40
+ attributes :
41
+ label : Versions
42
+ description : " Tell us which versions do you use"
43
+ value : |
44
+ 1. Kubernetes
45
+ 2. Operator
46
+ 3. Database
47
+ validations :
48
+ required : true
49
+ - type : textarea
50
+ id : anything-else
51
+ attributes :
52
+ label : Anything else?
53
+ description : " Let us know if you have anything else to share"
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : Ask a question about Percona Operator for MongoDB or get support
4
+ url : https://forums.percona.com/c/mongodb/percona-kubernetes-operator-for-mongodb/29
5
+ about : Ask a question or request support for using Percona Operator for MongoDB
6
+ - name : Report vulnerability or security concern
7
+ url : https://www.percona.com/security
8
+ about : For any security issues or concerns
You can’t perform that action at this time.
0 commit comments