You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by be...@apache.org on 2022/03/28 15:55:24 UTC

[incubator-seatunnel] 01/01: Update feature-request.yml

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

benjobs pushed a commit to branch wolfboys-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git

commit 4d408069c202bd2d1d72b8bfb2ef40085d8348b9
Author: benjobs <be...@qq.com>
AuthorDate: Mon Mar 28 23:55:20 2022 +0800

    Update feature-request.yml
---
 .github/ISSUE_TEMPLATE/feature-request.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 2a9877e..07a102a 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -15,8 +15,8 @@
 # limitations under the License.
 #
 name: Feature request
-description: Suggest an idea for seatunnel
-title: "[Feature][Module Name] Feature title"
+description: Suggest an idea for StreamX
+title: "[Feature] Feature title"
 labels: ["Feature"]
 body:
   - type: markdown
@@ -30,11 +30,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) first
+        Please make sure to search in the [feature](https://github.com/streamxhub/streamx/issues?q=is%3Aissue+label%3A%22Feature%22) first
         to see whether the same feature was requested already.
       options:
         - label: >
-            I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
+            I had searched in the [feature](https://github.com/streamxhub/streamx/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
             similar feature requirement.
           required: true
 
@@ -64,7 +64,7 @@ body:
       description: >
         This is absolutely not required, but we are happy to guide you in the contribution process
         especially if you already have a good understanding of how to implement the feature.
-        seatunnel is a totally community-driven project and we love to bring new contributors in.
+        StreamX is a totally community-driven project and we love to bring new contributors in.
       options:
         - label: Yes I am willing to submit a PR!