ulysses-you commented on a change in pull request #1036: URL: https://github.com/apache/incubator-kyuubi/pull/1036#discussion_r703120548
########## File path: .github/ISSUE_TEMPLATE/bug-report.yml ########## @@ -0,0 +1,124 @@ +# +# 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. +# + +# See https://gh-community.github.io/issue-template-feedback/structured/ + +name: Kyuubi Bug Report +title: "[Bug] " +description: Describe the bug you encountered with Apache Kyuubi +labels: [ "bug" ] +body: + - type: markdown + attributes: + value: | + Thank you for finding the time to report the issue! We really appreciate the community efforts to improve Kyuubi. + + Please make sure what you are reporting is indeed a bug with reproducible steps, if you want to ask questions + or share ideas, please [subscribe to our mailing list](mailto:[email protected]) and sent + emails to [our mailing list](mailto:[email protected]), you can also head to our + [Discussion](https://github.com/apache/incubator-kyuubi/discussions) tab. + + - type: checkboxes + attributes: + label: Code of Conduct + description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it. + options: + - label: > + I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) + required: true + + - type: checkboxes + attributes: + label: Search before asking + options: + - label: > + I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar + issues. + required: true + + - type: textarea + attributes: + label: Describe the bug + placeholder: > + Please provide the context in which the problem occurred and explain what happened + validations: + required: true + + - type: textarea + id: s-logs + attributes: + label: Kyuubi Server Log Output + description: What do you see when you check the log of kyuubi server instance? + placeholder: > + Tips: check the server log under the KYUUBI_HOME/logs/ folder. It is extremely helpful if you copy and paste + the fragment of logs showing the exact error messages of kyuubi server. + render: logtalk + validations: + required: false + + - type: textarea + id: e-logs + attributes: + label: Kyuubi Engine Log Output + description: What do you see when you check the log of kyuubi server instance? + placeholder: > + Tips: check the server log under the KYUUBI_HOME/work/[username]/ folder. It is extremely helpful if you copy and paste Review comment: `the server log` -> `the engine log` -- 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]
