This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-benchmarks.git


The following commit(s) were added to refs/heads/main by this push:
     new 2367fcb  [github] Add GitHub issue template
2367fcb is described below

commit 2367fcb825f226b17861826326323db8d52e62c5
Author: Jark Wu <[email protected]>
AuthorDate: Tue Aug 5 11:15:53 2025 +0800

    [github] Add GitHub issue template
---
 .github/ISSUE_TEMPLATE/bug.yml     | 58 ++++++++++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/config.yml  | 19 +++++++++++++
 .github/ISSUE_TEMPLATE/feature.yml | 58 ++++++++++++++++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/task.yml    | 51 +++++++++++++++++++++++++++++++++
 4 files changed, 186 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
new file mode 100644
index 0000000..43fbc90
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,58 @@
+################################################################################
+# 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, bugs and issues with Fluss
+type: "bug"
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you very much for your feedback!
+  - type: checkboxes
+    attributes:
+      label: Search before asking
+      description: >
+        Please search 
[issues](https://github.com/apache/fluss-benchmarks/issues) to check if your 
issue has already been reported.
+      options:
+        - label: >
+            I searched in the 
[issues](https://github.com/apache/fluss-benchmarks/issues) and found nothing 
similar.
+          required: true
+  - type: textarea
+    attributes:
+      label: Please describe the bug 🐞
+      description: >
+        Please describe the problem, what to expect, and how to reproduce.
+        Feel free to include stacktraces and the Fluss server/client 
configuration.
+        You can include files by dragging and dropping them here.
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Solution
+      description: Describe the proposed solution about how to fix it if any.
+  - type: checkboxes
+    attributes:
+      label: Are you willing to submit a PR?
+      description: >
+        We look forward to the community of developers or users helping solve 
Fluss problems together. If you are willing to submit a PR to fix this problem, 
please check the box.
+      options:
+        - label: I'm willing to submit a PR!
+  - type: markdown
+    attributes:
+      value: "Thanks for completing our form!"
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..c2520da
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,19 @@
+################################################################################
+# 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.
+################################################################################
+
+blank_issues_enabled: false
diff --git a/.github/ISSUE_TEMPLATE/feature.yml 
b/.github/ISSUE_TEMPLATE/feature.yml
new file mode 100644
index 0000000..fc73571
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,58 @@
+################################################################################
+# 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: Feature Request 🚀
+description: User-facing functionality or improvement you’d like to see added
+type: "feature"
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you very much for your feature proposal!
+  - type: checkboxes
+    attributes:
+      label: Search before asking
+      description: >
+        Please search 
[issues](https://github.com/apache/fluss-benchmarks/issues) to check if your 
issue has already been reported.
+      options:
+        - label: >
+            I searched in the 
[issues](https://github.com/apache/fluss-benchmarks/issues) and found nothing 
similar.
+          required: true
+  - type: textarea
+    attributes:
+      label: Motivation
+      description: Please describe the feature and elaborate on the use case 
and motivation behind it
+    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: Anything else?
+  - type: checkboxes
+    attributes:
+      label: Willingness to contribute
+      description: >
+        We look forward to the community of developers or users helping 
develop Fluss features together. If you are willing to submit a PR to implement 
the feature, please check the box.
+      options:
+        - label: I'm willing to submit a PR!
+  - type: markdown
+    attributes:
+      value: "Thanks for completing our form!"
diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml
new file mode 100644
index 0000000..70b5369
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/task.yml
@@ -0,0 +1,51 @@
+################################################################################
+# 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: Task 📌
+description: Specific work item - either part of a larger feature or 
independent project maintenance
+type: "task"
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you very much for your work!
+  - type: checkboxes
+    attributes:
+      label: Search before asking
+      description: >
+        Please search 
[issues](https://github.com/apache/fluss-benchmarks/issues) to check if your 
issue has already been reported.
+      options:
+        - label: >
+            I searched in the 
[issues](https://github.com/apache/fluss-benchmarks/issues) and found nothing 
similar.
+          required: true
+  - type: textarea
+    attributes:
+      label: Description
+      description: Please describe the task and the purpose of the work.
+    validations:
+      required: true
+  - type: checkboxes
+    attributes:
+      label: Willingness to contribute
+      description: >
+        We look forward to the community of developers or users helping 
develop Fluss together. If you are willing to submit a PR to implement the 
task, please check the box.
+      options:
+        - label: I'm willing to submit a PR!
+  - type: markdown
+    attributes:
+      value: "Thanks for completing our form!"

Reply via email to