Skip to content

Commit dba0062

Browse files
authored
[FLINK-34180][cdc] Add issue template to remind users about the new bug and feature reporting way (#3139)
1 parent 26eb6a9 commit dba0062

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
blank_issues_enabled: false
17+
+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
16+
name: Read Notice on Creating New Issues
17+
description: We have moved to Apache Jira for managing issues
18+
body:
19+
- type: markdown
20+
attributes:
21+
value: |
22+
Thank you for choosing Flink CDC!
23+
24+
As required by Apache Flink, please report bugs or new features on [Apache Jira](https://issues.apache.org/jira) under the project `Flink` using component tag `Flink CDC`.
25+
26+
You can also initiate discussions in Apache Flink's dev mailing list ([email protected]) for technical issues.
27+
28+
If you have any questions about using Flink CDC, please use Flink user mailing list ([email protected])
29+
30+
Please note that issues created here on GitHub will be **ignored and automatically closed**.
31+
- type: checkboxes
32+
attributes:
33+
label: Please don't check the box below
34+
options:
35+
- label: I'm aware that bugs and new features should be reported on Apache Jira or Flink mailing list instead of here
36+
required: true
37+
- type: checkboxes
38+
attributes:
39+
label: Again, please don't check the box below
40+
options:
41+
- label: I'm aware that new issues on GitHub will be ignored and automatically closed.
42+
required: true
43+
- type: markdown
44+
attributes:
45+
value: |
46+
---
47+
感谢您选择 Flink CDC!
48+
49+
由于 Apache Flink 的要求,请在 [Apache Jira](https://issues.apache.org/jira) 的 `Flink` 项目下使用 `Flink CDC` 标签来反馈缺陷或新功能。
50+
51+
您也可以在 Apache Flink 的开发者邮件列表([email protected])中对技术问题发起讨论。
52+
53+
如果您有关于使用 Flink CDC 的问题,请在 Flink 用户邮件列表([email protected])中咨询。
54+
55+
请注意,在此创建的 GitHub issue 会被**忽略且自动关闭**。
56+
- type: checkboxes
57+
attributes:
58+
label: 请不要勾选以下选项
59+
options:
60+
- label: 我已知悉缺陷和新功能需要在 Apache Jira 或 Flink 邮件列表中反馈,而不是在这里创建新 issue。
61+
required: true
62+
- type: checkboxes
63+
attributes:
64+
label: 也请不要勾选以下选项
65+
options:
66+
- label: 我已知悉 GitHub 上的新 issue 会被忽略且自动关闭。
67+
required: true

0 commit comments

Comments
 (0)