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

psxjoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new 17e65048 chore: update github templates with new project name (#605)
17e65048 is described below

commit 17e650480225cc297cf5829b541f6b9dbb2f9a36
Author: DeleiGuo <[email protected]>
AuthorDate: Sat Sep 27 14:36:50 2025 +0800

    chore: update github templates with new project name (#605)
    
    * docs: update issue templates with new project links
    
    * docs: update pull request template with new project name
    
    ---------
    
    Co-authored-by: Shuxin Pan <[email protected]>
---
 .github/ISSUE_TEMPLATE/bug-report.yml  | 14 +++++++-------
 .github/ISSUE_TEMPLATE/config.yml      | 10 +++++-----
 .github/ISSUE_TEMPLATE/enhancement.yml |  6 +++---
 .github/pull_request_template.md       |  4 ++--
 4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index d14b01b4..aa5dc974 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -18,7 +18,7 @@
 name: Bug report
 title: "[Bug] "
 description: Problems with the software
-labels: [bug]
+labels: [ bug ]
 body:
   - type: markdown
     attributes:
@@ -27,21 +27,21 @@ body:
 
         For suggestions or help, please consider:
         1. [WeChat User 
Group](https://github.com/user-attachments/assets/b40aebe8-0552-4fb2-b184-4cb64a5b1229);
-        2. [Github 
Discussion](https://github.com/fast-excel/fastexcel/discussions).
+        2. [Github Discussion](https://github.com/apache/fesod/discussions).
   - type: checkboxes
     attributes:
       label: Search before asking
       description: >
-        Please search [issues](https://github.com/fast-excel/fastexcel/issues) 
to check if your issue has already been reported.
+        Please search [issues](https://github.com/apache/fesod/issues) to 
check if your issue has already been reported.
       options:
         - label: >
-            I searched in the 
[issues](https://github.com/fast-excel/fastexcel/issues) and found nothing 
similar.
+            I searched in the [issues](https://github.com/apache/fesod/issues) 
and found nothing similar.
           required: true
   - type: input
     id: version
     attributes:
-      label: Fastexcel version
-      placeholder: Please provide the Fastexcel version you are using.
+      label: Fesod version
+      placeholder: Please provide the version you are using.
     validations:
       required: true
   - type: input
@@ -79,7 +79,7 @@ body:
     attributes:
       label: Are you willing to submit a PR?
       description: >
-        We look forward to the community of developers or users helping solve 
Fastexcel problems together. If you are willing to submit a PR to fix this 
problem, please check the box.
+        We look forward to the community of developers or users helping solve 
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
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index 638a9cc9..97945634 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -18,8 +18,8 @@
 blank_issues_enabled: true
 contact_links:
   - name: Ask a question or get support
-    url: https://github.com/fast-excel/fastexcel/discussions
-    about: Ask a question or request support for using Fastexcel
-  - name: 用户问题或提出建议
-    url: https://github.com/fast-excel/fastexcel/discussions
-    about: 反馈使用 Fastexcel 时遇到的问题,或对 Fastexcel 的建议
+    url: https://github.com/apache/fesod/discussions
+    about: Ask a question or request support for using Fesod
+  - name: User questions or suggestions
+    url: https://github.com/apache/fesod/discussions
+    about: Report issues encountered while using Fesod, or provide suggestions 
for Fesod.
diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml 
b/.github/ISSUE_TEMPLATE/enhancement.yml
index 68cb635a..638627be 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.yml
+++ b/.github/ISSUE_TEMPLATE/enhancement.yml
@@ -27,10 +27,10 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please search [issues](https://github.com/fast-excel/fastexcel/issues) 
to check if your issue has already been reported.
+        Please search [issues](https://github.com/apache/fesod/issues) to 
check if your issue has already been reported.
       options:
         - label: >
-            I searched in the 
[issues](https://github.com/fast-excel/fastexcel/issues) and found nothing 
similar.
+            I searched in the [issues](https://github.com/apache/fesod/issues) 
and found nothing similar.
           required: true
   - type: textarea
     attributes:
@@ -53,7 +53,7 @@ body:
     attributes:
       label: Are you willing to submit a PR?
       description: >
-        We look forward to the community of developers or users helping solve 
Fastexcel problems together. If you are willing to submit a PR to implement the 
enhancement, please check the box.
+        We look forward to the community of developers or users helping solve 
problems together. If you are willing to submit a PR to implement the 
enhancement, please check the box.
       options:
         - label: I'm willing to submit a PR!
   - type: markdown
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 3930bbbb..38b2cad0 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,5 +1,5 @@
 <!--
-Thanks very much for contributing to FastExcel! Please make sure that your 
code changes
+Thanks very much for contributing to Apache Fesod (Incubating)! Please make 
sure that your code changes
 are covered with tests. And in case of new features or big changes
 remember to adjust the documentation.
 
@@ -22,6 +22,6 @@ Related: #ISSUE
 
 ## Checklist
 
-- [ ] I have read the [Contributor 
Guide](https://fast-excel.github.io/fastexcel/community/contribution).
+- [ ] I have read the [Contributor 
Guide](https://fesod.apache.org/community/contribution).
 - [ ] I have written the necessary doc or comment.
 - [ ] I have added the necessary unit tests and all cases have passed.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to