Skip to content

Commit

Permalink
refactor: refactor the project
Browse files Browse the repository at this point in the history
  • Loading branch information
libdriver committed Jan 22, 2023
1 parent 010eb19 commit e6bdc5a
Show file tree
Hide file tree
Showing 602 changed files with 526,027 additions and 31,092 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
required: true
- type: textarea
attributes:
label: To Reproduce
label: Reproduce
description: Steps to reproduce the behavior.
- type: textarea
attributes:
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ body:
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
attributes:
label: Describe the solution you'd like
label: Describe the idea you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/3_documentation_problem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ body:
attributes:
label: Document Links
description: Please fill in the link of the online documentation or the path of the offline documentation.
validations:
required: true
- type: textarea
attributes:
label: Description of the problem
description: A clear and concise description of the documentation problem.
validations:
required: true
- type: textarea
attributes:
label: Please give your suggestion
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/4_ask_question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ body:
attributes:
label: Please ask your question
description: Enter your question as detailed as possible.
validations:
required: true
- type: textarea
attributes:
label: Additional context
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/5_general_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ body:
attributes:
label: Description of the issues
description: Please describe the issues as much detail as possible.
validations:
required: true
- type: textarea
attributes:
label: Additional context
Expand Down
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## Pull request type(fix, feat,docs,style,etc.)
## PR type(fix, feat, docs, style, etc.)



## Pull request change
## PR change and describe



## Pull request describe
Loading

0 comments on commit e6bdc5a

Please sign in to comment.