Skip to content

Commit cc396bd

Browse files
committed
refactor: refactor the project
1 parent a4586c2 commit cc396bd

File tree

280 files changed

+56384
-33111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+56384
-33111
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
required: true
2121
- type: textarea
2222
attributes:
23-
label: To Reproduce
23+
label: Reproduce
2424
description: Steps to reproduce the behavior.
2525
- type: textarea
2626
attributes:

.github/ISSUE_TEMPLATE/2_feature_request.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ body:
1414
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1515
- type: textarea
1616
attributes:
17-
label: Describe the solution you'd like
17+
label: Describe the idea you'd like
1818
description: A clear and concise description of what you want to happen.
19+
validations:
20+
required: true
1921
- type: textarea
2022
attributes:
2123
label: Describe alternatives you've considered

.github/ISSUE_TEMPLATE/3_documentation_problem.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ body:
1212
attributes:
1313
label: Document Links
1414
description: Please fill in the link of the online documentation or the path of the offline documentation.
15+
validations:
16+
required: true
1517
- type: textarea
1618
attributes:
1719
label: Description of the problem
1820
description: A clear and concise description of the documentation problem.
21+
validations:
22+
required: true
1923
- type: textarea
2024
attributes:
2125
label: Please give your suggestion

.github/ISSUE_TEMPLATE/4_ask_question.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ body:
1212
attributes:
1313
label: Please ask your question
1414
description: Enter your question as detailed as possible.
15+
validations:
16+
required: true
1517
- type: textarea
1618
attributes:
1719
label: Additional context

.github/ISSUE_TEMPLATE/5_general_issues.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ body:
1212
attributes:
1313
label: Description of the issues
1414
description: Please describe the issues as much detail as possible.
15+
validations:
16+
required: true
1517
- type: textarea
1618
attributes:
1719
label: Additional context

.github/PULL_REQUEST_TEMPLATE.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
## Pull request type(fix, feat,docs,style,etc.)
1+
## PR type(fix, feat, docs, style, etc.)
22

33

44

5-
## Pull request change
5+
## PR change and describe
66

77

8-
9-
## Pull request describe

0 commit comments

Comments
 (0)