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

jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


The following commit(s) were added to refs/heads/main by this push:
     new 22f02a2  fix: issue template (#23)
22f02a2 is described below

commit 22f02a280bf9ea936b0ccfb7c90b819125f9ebee
Author: Aaron Wang <[email protected]>
AuthorDate: Mon Oct 23 17:24:07 2023 +0800

    fix: issue template (#23)
---
 .github/ISSUE_TEMPLATE/bug_report.yml      | 2 +-
 .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++----
 .github/ISSUE_TEMPLATE/question_ask.yml    | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
index 2084581..8b99b71 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -31,7 +31,7 @@ body:
     attributes:
       label: Before submit
       options:
-        - label: I had searched in the 
[issues](https://github.com/apache/hugegraph-toolchain/issues) and found no 
similar issues.
+        - label: I had searched in the 
[issues](https://github.com/apache/incubator-hugegraph-ai/issues) and found no 
similar issues.
           required: true
 
   - type: textarea
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml 
b/.github/ISSUE_TEMPLATE/feature_request.yml
index 318175c..62547e0 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,5 +1,5 @@
 name: Feature request (新需求 / 功能)
-description: Give an idea for hugegraph-toolchain
+description: Give an idea for hugegraph-ai
 title: '[Feature] describe the new feature'
 labels:
   - feature
@@ -9,11 +9,11 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the 
[feature](https://github.com/apache/incubator-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22)
 first
+        Please make sure to search in the 
[feature](https://github.com/apache/incubator-hugegraph-ai/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-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no
+            I had searched in the 
[feature](https://github.com/apache/incubator-hugegraph-ai/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no
             similar feature requirement.
           required: true
 
@@ -33,7 +33,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.
-        hugegraph-toolchain is a totally community-driven project and we love 
to bring new contributors in.
+        hugegraph-ai is a totally community-driven project and we love to 
bring new contributors in.
       options:
         - label: Yes I am willing to submit a PR!
 
diff --git a/.github/ISSUE_TEMPLATE/question_ask.yml 
b/.github/ISSUE_TEMPLATE/question_ask.yml
index 416102e..a59a4fb 100644
--- a/.github/ISSUE_TEMPLATE/question_ask.yml
+++ b/.github/ISSUE_TEMPLATE/question_ask.yml
@@ -32,7 +32,7 @@ body:
     attributes:
       label: Before submit
       options:
-        - label: I had searched in the 
[issues](https://github.com/apache/hugegraph-toolchain/issues) and found no 
similar issues.
+        - label: I had searched in the 
[issues](https://github.com/apache/incubator-hugegraph-ai/issues) and found no 
similar issues.
           required: true
 
   - type: textarea

Reply via email to