tisonkun commented on code in PR #16902: URL: https://github.com/apache/pulsar/pull/16902#discussion_r937657175
########## .github/ISSUE_TEMPLATE/doc-request.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: Document +description: Suggest document changes +title: "[Doc] " +labels: ["doc-required"] +body: + - type: markdown + attributes: + value: | + Thank you very much for submitting suggestions to Pulsar. Please answer the following questions before submitting a doc issue. + - 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 Review Comment: I'd prefer to postpone such change to a follow-up patch: 1. This is a new feature in addition to we change the form representation only. 2. It can make sense to doc issues, but a bug/enhancement can be related to multiple components, thus asking a contributor to do the sorting task is a bit overwhelmed. A committer can help with labeling an issue later, though. -- 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]
