Skip to content

Commit 17e6504

Browse files
deleipsxjoy
andauthored
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]>
1 parent b7ddb35 commit 17e6504

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
name: Bug report
1919
title: "[Bug] "
2020
description: Problems with the software
21-
labels: [bug]
21+
labels: [ bug ]
2222
body:
2323
- type: markdown
2424
attributes:
@@ -27,21 +27,21 @@ body:
2727
2828
For suggestions or help, please consider:
2929
1. [WeChat User Group](https://github.com/user-attachments/assets/b40aebe8-0552-4fb2-b184-4cb64a5b1229);
30-
2. [Github Discussion](https://github.com/fast-excel/fastexcel/discussions).
30+
2. [Github Discussion](https://github.com/apache/fesod/discussions).
3131
- type: checkboxes
3232
attributes:
3333
label: Search before asking
3434
description: >
35-
Please search [issues](https://github.com/fast-excel/fastexcel/issues) to check if your issue has already been reported.
35+
Please search [issues](https://github.com/apache/fesod/issues) to check if your issue has already been reported.
3636
options:
3737
- label: >
38-
I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar.
38+
I searched in the [issues](https://github.com/apache/fesod/issues) and found nothing similar.
3939
required: true
4040
- type: input
4141
id: version
4242
attributes:
43-
label: Fastexcel version
44-
placeholder: Please provide the Fastexcel version you are using.
43+
label: Fesod version
44+
placeholder: Please provide the version you are using.
4545
validations:
4646
required: true
4747
- type: input
@@ -79,7 +79,7 @@ body:
7979
attributes:
8080
label: Are you willing to submit a PR?
8181
description: >
82-
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.
82+
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.
8383
options:
8484
- label: I'm willing to submit a PR!
8585
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
blank_issues_enabled: true
1919
contact_links:
2020
- name: Ask a question or get support
21-
url: https://github.com/fast-excel/fastexcel/discussions
22-
about: Ask a question or request support for using Fastexcel
23-
- name: 用户问题或提出建议
24-
url: https://github.com/fast-excel/fastexcel/discussions
25-
about: 反馈使用 Fastexcel 时遇到的问题,或对 Fastexcel 的建议
21+
url: https://github.com/apache/fesod/discussions
22+
about: Ask a question or request support for using Fesod
23+
- name: User questions or suggestions
24+
url: https://github.com/apache/fesod/discussions
25+
about: Report issues encountered while using Fesod, or provide suggestions for Fesod.

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ body:
2727
attributes:
2828
label: Search before asking
2929
description: >
30-
Please search [issues](https://github.com/fast-excel/fastexcel/issues) to check if your issue has already been reported.
30+
Please search [issues](https://github.com/apache/fesod/issues) to check if your issue has already been reported.
3131
options:
3232
- label: >
33-
I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar.
33+
I searched in the [issues](https://github.com/apache/fesod/issues) and found nothing similar.
3434
required: true
3535
- type: textarea
3636
attributes:
@@ -53,7 +53,7 @@ body:
5353
attributes:
5454
label: Are you willing to submit a PR?
5555
description: >
56-
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.
56+
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.
5757
options:
5858
- label: I'm willing to submit a PR!
5959
- type: markdown

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Thanks very much for contributing to FastExcel! Please make sure that your code changes
2+
Thanks very much for contributing to Apache Fesod (Incubating)! Please make sure that your code changes
33
are covered with tests. And in case of new features or big changes
44
remember to adjust the documentation.
55
@@ -22,6 +22,6 @@ Related: #ISSUE
2222

2323
## Checklist
2424

25-
- [ ] I have read the [Contributor Guide](https://fast-excel.github.io/fastexcel/community/contribution).
25+
- [ ] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution).
2626
- [ ] I have written the necessary doc or comment.
2727
- [ ] I have added the necessary unit tests and all cases have passed.

0 commit comments

Comments
 (0)