dave2wave commented on code in PR #16902: URL: https://github.com/apache/pulsar/pull/16902#discussion_r939572368
########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["type/bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting feedback to Pulsar. + + If it is an idea or help wanted, please go to: + 1. [Dev Mail List](mailto:[email protected]) ([subscribe](mailto:[email protected])): This will be your FASTEST way to get help! + 2. [Github Discussion](https://github.com/apache/pulsar/discussions). + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. Review Comment: `Please search [issues]` ... `) to check if your issue has already been reported.` ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["type/bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting feedback to Pulsar. + + If it is an idea or help wanted, please go to: + 1. [Dev Mail List](mailto:[email protected]) ([subscribe](mailto:[email protected])): This will be your FASTEST way to get help! + 2. [Github Discussion](https://github.com/apache/pulsar/discussions). + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. + required: true + - type: textarea + attributes: + label: Version + description: > + Please provide OS version and Pulsar version you are using. If it is on the master branch, please input commit id. Review Comment: `Please provide the OS and Pulsar version you are using. If you are using the master branch, please provide the commit id.` ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["type/bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting feedback to Pulsar. + + If it is an idea or help wanted, please go to: Review Comment: `For suggestions or help, please consider:` ########## .github/ISSUE_TEMPLATE/flaky-test.yml: ########## @@ -0,0 +1,69 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Flaky test +title: "Flaky-test: test_class.test_method" +description: Report a flaky test failure +labels: [ "component/test", "flaky-tests" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for reporting flaky tests of Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. Review Comment: See above ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["type/bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting feedback to Pulsar. + + If it is an idea or help wanted, please go to: + 1. [Dev Mail List](mailto:[email protected]) ([subscribe](mailto:[email protected])): This will be your FASTEST way to get help! + 2. [Github Discussion](https://github.com/apache/pulsar/discussions). + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. + required: true + - type: textarea + attributes: + label: Version + description: > + Please provide OS version and Pulsar version you are using. If it is on the master branch, please input commit id. + validations: + required: true + - type: textarea + attributes: + label: Minimal reproduce step + description: Please try to give reproducing steps to facilitate quick location of the problem. + validations: + required: true + - type: textarea + attributes: + label: What did you expect to see? + validations: + required: true + - type: textarea + attributes: + label: What did you see instead? + validations: + required: true + - type: textarea + attributes: + label: Anything else? + - type: checkboxes + attributes: + label: Are you willing to submit a PR? + description: > + We very much look forward to developers or users to help solve Pulsar problems together. If you are willing to submit a PR to fix this problem, please tick it. Review Comment: `We look forward to the community of developers or users helping solve Pulsar problems together. If you are willing to submit a PR to fix this problem, please check the box. ########## .github/ISSUE_TEMPLATE/enhancement.yml: ########## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Enhancement +description: Add new feature, improve code, and more +labels: [ "type/enhancement" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for your enhancement for Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. + required: true + - type: textarea + attributes: + label: Motivation + description: Describe the motivation you'd like to make this enhancement. Review Comment: `Describe the motivations for this enhancement. ########## .github/ISSUE_TEMPLATE/enhancement.yml: ########## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Enhancement +description: Add new feature, improve code, and more +labels: [ "type/enhancement" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for your enhancement for Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. Review Comment: See language suggested above ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["type/bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting feedback to Pulsar. Review Comment: `Thank you very much for your feedback!` ########## .github/ISSUE_TEMPLATE/enhancement.yml: ########## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Enhancement +description: Add new feature, improve code, and more +labels: [ "type/enhancement" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for your enhancement for Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. Review Comment: See language above ########## .github/ISSUE_TEMPLATE/bug-report.yml: ########## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["type/bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting feedback to Pulsar. + + If it is an idea or help wanted, please go to: + 1. [Dev Mail List](mailto:[email protected]) ([subscribe](mailto:[email protected])): This will be your FASTEST way to get help! + 2. [Github Discussion](https://github.com/apache/pulsar/discussions). + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. Review Comment: `I searched [issues](https://github.com/apache/pulsar/issues) and found nothing similar.` ########## .github/ISSUE_TEMPLATE/enhancement.yml: ########## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Enhancement +description: Add new feature, improve code, and more +labels: [ "type/enhancement" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for your enhancement for Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. + required: true + - type: textarea + attributes: + label: Motivation + description: Describe the motivation you'd like to make this enhancement. + validations: + required: true + - type: textarea + attributes: + label: Solution + description: Describe the proposed solution and add related materials like links if any. + - type: textarea + attributes: + label: Alternatives + description: Describe the any alternative solutions or features you've considered. + - type: textarea + attributes: + label: Anything else? + - type: checkboxes + attributes: + label: Are you willing to submit a PR? + description: > + We very much look forward to developers or users to help solve Pulsar problems together. If you are willing to submit a PR to fix this problem, please tick it. Review Comment: See above ########## .github/ISSUE_TEMPLATE/enhancement.yml: ########## @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Enhancement +description: Add new feature, improve code, and more +labels: [ "type/enhancement" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for your enhancement for Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. + options: + - label: > + I had searched in the [issues](https://github.com/apache/pulsar/issues) and found no similar issues. + required: true + - type: textarea + attributes: + label: Motivation + description: Describe the motivation you'd like to make this enhancement. + validations: + required: true + - type: textarea + attributes: + label: Solution + description: Describe the proposed solution and add related materials like links if any. + - type: textarea + attributes: + label: Alternatives + description: Describe the any alternative solutions or features you've considered. Review Comment: `Describe other alternative solutions or features you considered, but rejected.` ########## .github/ISSUE_TEMPLATE/flaky-test.yml: ########## @@ -0,0 +1,69 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +name: Flaky test +title: "Flaky-test: test_class.test_method" +description: Report a flaky test failure +labels: [ "component/test", "flaky-tests" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for reporting flaky tests of Pulsar! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please make sure to search in the [issues](https://github.com/apache/pulsar/issues) first to see whether the same issue was reported already. Review Comment: See above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
