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
Please search [issues](https://github.com/fast-excel/fastexcel/issues) to check if your issue has already been reported.
27
+
Please search [issues](https://github.com/apache/fesod/issues) to check if your issue has already been reported.
19
28
options:
20
29
- label: >
21
-
I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar.
30
+
I searched in the [issues](https://github.com/apache/fesod/issues) and found nothing similar.
22
31
required: true
23
32
- type: input
24
33
id: version
25
34
attributes:
26
-
label: Fastexcel version
27
-
placeholder: Please provide the Fastexcel version you are using.
35
+
label: Fesod version
36
+
placeholder: Please provide the version you are using.
28
37
validations:
29
38
required: true
30
39
- type: input
@@ -41,28 +50,32 @@ body:
41
50
placeholder: Please provide the JDK version you are using (Ubuntu 20.04, macOS 13.4, Windows 10, etc.)
42
51
- type: textarea
43
52
attributes:
44
-
label: Minimal reproduce step
53
+
label: Steps To Reproduce
45
54
description: Please try to give reproducing steps to facilitate quick location of the problem.
46
55
validations:
47
56
required: true
48
57
- type: textarea
49
58
attributes:
50
-
label: What did you expect to see?
59
+
label: Current Behavior
51
60
validations:
52
61
required: true
53
62
- type: textarea
54
63
attributes:
55
-
label: What did you see instead?
64
+
label: Expected Behavior
56
65
validations:
57
66
required: true
58
67
- type: textarea
59
68
attributes:
60
69
label: Anything else?
70
+
description: >
71
+
Links? References? Anything that will give us more context about the issue you are encountering!
72
+
73
+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
61
74
- type: checkboxes
62
75
attributes:
63
76
label: Are you willing to submit a PR?
64
77
description: >
65
-
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.
78
+
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
+26-8Lines changed: 26 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,33 @@
1
+
# Licensed to the Apache Software Foundation (ASF) under one
2
+
# or more contributor license agreements. See the NOTICE file
3
+
# distributed with this work for additional information
4
+
# regarding copyright ownership. The ASF licenses this file
5
+
# to you under the Apache License, Version 2.0 (the
6
+
# "License"); you may not use this file except in compliance
7
+
# with the License. You may obtain a copy of the License at
8
+
#
9
+
# http://www.apache.org/licenses/LICENSE-2.0
10
+
#
11
+
# Unless required by applicable law or agreed to in writing,
12
+
# software distributed under the License is distributed on an
13
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+
# KIND, either express or implied. See the License for the
15
+
# specific language governing permissions and limitations
16
+
# under the License.
17
+
1
18
name: Enhancement
19
+
title: "[Enhancement] "
2
20
description: Add new feature, improve code, and more
3
-
labels: [ "type/enhancement" ]
21
+
labels: [ "enhancement" ]
4
22
body:
5
-
- type: markdown
6
-
attributes:
7
-
value: |
8
-
Thank you very much for your enhancement!
9
23
- type: checkboxes
10
24
attributes:
11
25
label: Search before asking
12
26
description: >
13
-
Please search [issues](https://github.com/fast-excel/fastexcel/issues) to check if your issue has already been reported.
27
+
Please search [issues](https://github.com/apache/fesod/issues) to check if your issue has already been reported.
14
28
options:
15
29
- label: >
16
-
I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar.
30
+
I searched in the [issues](https://github.com/apache/fesod/issues) and found nothing similar.
17
31
required: true
18
32
- type: textarea
19
33
attributes:
@@ -32,11 +46,15 @@ body:
32
46
- type: textarea
33
47
attributes:
34
48
label: Anything else?
49
+
description: >
50
+
Links? References? Anything that will give us more context about the issue you are encountering!
51
+
52
+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
35
53
- type: checkboxes
36
54
attributes:
37
55
label: Are you willing to submit a PR?
38
56
description: >
39
-
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.
57
+
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