You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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.
36
36
options:
37
37
- 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.
39
39
required: true
40
40
- type: input
41
41
id: version
42
42
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.
45
45
validations:
46
46
required: true
47
47
- type: input
@@ -79,7 +79,7 @@ body:
79
79
attributes:
80
80
label: Are you willing to submit a PR?
81
81
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/enhancement.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ body:
27
27
attributes:
28
28
label: Search before asking
29
29
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.
31
31
options:
32
32
- 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.
34
34
required: true
35
35
- type: textarea
36
36
attributes:
@@ -53,7 +53,7 @@ body:
53
53
attributes:
54
54
label: Are you willing to submit a PR?
55
55
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.
0 commit comments