|
| 1 | +# |
| 2 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | +# contributor license agreements. See the NOTICE file distributed with |
| 4 | +# this work for additional information regarding copyright ownership. |
| 5 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | +# (the "License"); you may not use this file except in compliance with |
| 7 | +# the License. You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +# See the License for the specific language governing permissions and |
| 15 | +# limitations under the License. |
| 16 | +# |
| 17 | + |
| 18 | +name: Bug Report |
| 19 | +title: "[Bug] Bug title " |
| 20 | +description: Create a report to help us identify any unintended flaws, errors, or faults. |
| 21 | +body: |
| 22 | + - type: checkboxes |
| 23 | + attributes: |
| 24 | + label: Before Creating the Bug Report |
| 25 | + options: |
| 26 | + - label: > |
| 27 | + I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/mxsm/rocketmq-rust/discussions). |
| 28 | + required: true |
| 29 | + - label: > |
| 30 | + I have searched the [GitHub Issues](https://github.com/mxsm/rocketmq-rust/issues) and [GitHub Discussions](https://github.com/mxsm/rocketmq-rust/discussions) of this repository and believe that this is not a duplicate. |
| 31 | + required: true |
| 32 | + - label: > |
| 33 | + I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. |
| 34 | + required: true |
| 35 | +
|
| 36 | + - type: textarea |
| 37 | + attributes: |
| 38 | + label: Runtime platform environment |
| 39 | + description: Describe the runtime platform environment. |
| 40 | + placeholder: > |
| 41 | + OS: (e.g., "Ubuntu 20.04") |
| 42 | + OS: (e.g., "Windows Server 2019") |
| 43 | + validations: |
| 44 | + required: false |
| 45 | + |
| 46 | + - type: textarea |
| 47 | + attributes: |
| 48 | + label: RocketMQ Rust version |
| 49 | + description: Describe the RocketMQ Rust version. |
| 50 | + placeholder: > |
| 51 | + branch: (e.g master) |
| 52 | + version: (e.g. 0.1.0) |
| 53 | + Git commit id: (e.g. 37b9bfa7f4516b8da69e91ec0cb288b9724262a2) |
| 54 | + validations: |
| 55 | + required: false |
| 56 | + |
| 57 | + - type: textarea |
| 58 | + attributes: |
| 59 | + label: Rust Version |
| 60 | + description: Run or Compiler version. |
| 61 | + placeholder: > |
| 62 | + Compiler: (e.g., "1.75.0") |
| 63 | + OS: (e.g., "Ubuntu 20.04") |
| 64 | + validations: |
| 65 | + required: false |
| 66 | + |
| 67 | + - type: textarea |
| 68 | + attributes: |
| 69 | + label: Describe the Bug |
| 70 | + description: Describe what happened. |
| 71 | + placeholder: > |
| 72 | + A clear and concise description of what the bug is. |
| 73 | + validations: |
| 74 | + required: false |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + attributes: |
| 78 | + label: Steps to Reproduce |
| 79 | + description: Describe the steps to reproduce the bug here. |
| 80 | + placeholder: > |
| 81 | + If possible, provide a recipe for reproducing the error. |
| 82 | + validations: |
| 83 | + required: false |
| 84 | + |
| 85 | + - type: textarea |
| 86 | + attributes: |
| 87 | + label: What Did You Expect to See? |
| 88 | + description: You expect to see result. |
| 89 | + placeholder: > |
| 90 | + A clear and concise description of what you expected to see. |
| 91 | + validations: |
| 92 | + required: false |
| 93 | + |
| 94 | + - type: textarea |
| 95 | + attributes: |
| 96 | + label: What Did You See Instead? |
| 97 | + description: You instead to see result. |
| 98 | + placeholder: > |
| 99 | + A clear and concise description of what you saw instead. |
| 100 | + validations: |
| 101 | + required: false |
| 102 | + |
| 103 | + - type: textarea |
| 104 | + attributes: |
| 105 | + label: Additional Context |
| 106 | + description: Additional context. |
| 107 | + placeholder: > |
| 108 | + Add any other context about the problem here. |
| 109 | + validations: |
| 110 | + required: false |
0 commit comments