|
| 1 | +name: Bug report |
| 2 | +description: Help us improve the Java client |
| 3 | +labels: |
| 4 | + - triage |
| 5 | +body: |
| 6 | + - type: textarea |
| 7 | + id: current-behavior |
| 8 | + attributes: |
| 9 | + label: 🐛 Current behavior |
| 10 | + description: A clear and concise description of what the bug is. |
| 11 | + validations: |
| 12 | + required: true |
| 13 | + - type: textarea |
| 14 | + id: reproduction-steps |
| 15 | + attributes: |
| 16 | + label: 🔍 Steps to reproduce |
| 17 | + description: Steps to reproduce the behavior. |
| 18 | + placeholder: | |
| 19 | + 1. Go to ... |
| 20 | + 2. Click on ... |
| 21 | + 3. Scroll down to ... |
| 22 | + 4. See error |
| 23 | +
|
| 24 | + You can attach screenshots by dragging and dropping, or selecting and pasting them in the text field. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: input |
| 28 | + id: reproduction-links |
| 29 | + attributes: |
| 30 | + label: Reproducible link |
| 31 | + description: A link to a minimal reproducible example. This could be a GitHub repository, CodeSandbox, or any other online code editor. |
| 32 | + placeholder: e.g, github.com/company/repo |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + id: expected-behavior |
| 37 | + attributes: |
| 38 | + label: 💭 Expected behavior |
| 39 | + description: A clear and concise description of what you expected to happen. |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - type: input |
| 43 | + id: client-version |
| 44 | + attributes: |
| 45 | + label: Package version |
| 46 | + description: What version of the client you're experiencing the issue with. |
| 47 | + placeholder: e.g., kurrentdb-client 1.1.2 |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + - type: input |
| 51 | + id: kurrentdb-version |
| 52 | + attributes: |
| 53 | + label: KurrentDB Version |
| 54 | + description: What version of the database you are using. |
| 55 | + placeholder: e.g., KurrentDB v24.10 |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + - type: input |
| 59 | + id: connection |
| 60 | + attributes: |
| 61 | + label: Connection string |
| 62 | + description: What connection string you're using. Hide and sensitive information if necessary. |
| 63 | + placeholder: e.g., kurrentdb://admin:changeit@localhost:2113 |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + - type: dropdown |
| 67 | + id: deployment-environment |
| 68 | + attributes: |
| 69 | + label: ☁️ Deployment Environment |
| 70 | + description: How is KurrentDB deployed? |
| 71 | + options: |
| 72 | + - Single-node (Docker) |
| 73 | + - Single-node (Bare metal/VM) |
| 74 | + - Multi-node cluster (On-prem) |
| 75 | + - Multi-node cluster (Cloud) |
| 76 | + - Managed KurrentDB Cloud |
| 77 | + - Other (please specify below) |
| 78 | + validations: |
| 79 | + required: true |
| 80 | + - type: input |
| 81 | + id: deployment-other |
| 82 | + attributes: |
| 83 | + label: Other Deployment Details |
| 84 | + description: If you selected "Other," please specify your deployment setup. |
| 85 | + placeholder: e.g., Kubernetes with custom networking |
| 86 | + - type: input |
| 87 | + id: os |
| 88 | + attributes: |
| 89 | + label: Operating system |
| 90 | + placeholder: e.g., macOS 13.1 |
| 91 | + - type: checkboxes |
| 92 | + attributes: |
| 93 | + label: Code of Conduct |
| 94 | + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/algolia/.github/blob/main/CODE_OF_CONDUCT.md). |
| 95 | + options: |
| 96 | + - label: I agree to follow this project's Code of Conduct |
| 97 | + required: true |
0 commit comments