Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
593f7ba
add mineru server;modify mineru pdf reader
jisyST Aug 10, 2025
7781887
modify mineru server
jisyST Aug 11, 2025
92dbb3b
modify test mineru server
jisyST Aug 11, 2025
eae8679
modify test mineru server
jisyST Aug 11, 2025
bfe0f5e
ALL DOCs for Week2 [skip ci] (#673)
JingofXin Aug 11, 2025
42cee0f
mineru_pdf_reader: add post func
jisyST Aug 12, 2025
12660ff
modify MinuerPDFReader
jisyST Aug 12, 2025
e0b8d39
refresh config when environment variable set (#651)
wzh1994 Aug 12, 2025
32ccf0c
Cache supports different types: whether to extract tables, formulas
jisyST Aug 12, 2025
433e4b5
-
jisyST Aug 12, 2025
0ab81f2
add api docs for lazyllm functions and class (week3) [skip ci] (#682)
JingofXin Aug 13, 2025
c921da6
Merge remote-tracking branch 'origin/main' into feat-mineru
jisyST Aug 13, 2025
d7c0b2b
add example for warp flow multi param usage [skip ci] (#674)
dorren002 Aug 13, 2025
213f988
fix lint[skip ci] (#694)
wzh1994 Aug 14, 2025
b818afa
mineru server module
jisyST Aug 14, 2025
4c65c96
test mineru server
jisyST Aug 14, 2025
916a3e2
add doc for all class and functions [week4] [skip ci] (#693)
JingofXin Aug 14, 2025
24e3f3b
mineru server module
jisyST Aug 14, 2025
5d07d67
Docs: Support Chinese Title Bar (#702)
JingofXin Aug 15, 2025
771592c
add docs for windows install (#703)
wzh1994 Aug 15, 2025
fe49e5c
Refactor Store (#603)
ChenJiahaoST Aug 15, 2025
72fdd17
add template for issue and pr (#709)
wzh1994 Aug 15, 2025
23208cc
Modify url document usage (#708)
ChenJiahaoST Aug 18, 2025
4e5e06d
Maintain current page when switching languages (#711)
JingofXin Aug 18, 2025
cf685fe
add dev plan to readme.md (#712)
wzh1994 Aug 18, 2025
b83b55b
modify mineru server
jisyST Aug 18, 2025
0672cec
modify mineru patches
jisyST Aug 18, 2025
7eec5e9
Merge remote-tracking branch 'origin/main' into feat-mineru
jisyST Aug 18, 2025
d50e62f
modify name: mineru server module -> mineru server
jisyST Aug 18, 2025
28190ee
modify mineru pdf reader
jisyST Aug 18, 2025
95a09d1
update mineru to 2.1.10
jisyST Aug 21, 2025
118cfa4
skip test_mineru_server
jisyST Aug 21, 2025
061f203
fix lint
wzh1994 Aug 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/issue_template/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: 🐞 Bug report
description: Submit Bug feedback
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thank you for reporting the bug. Please fill in the following information to help us reproduce the issue.
- type: input
id: env
attributes:
label: Environment Information
description: System version / Browser / Runtime environment
placeholder: macOS 14.5, Chrome 118
validations:
required: true
- type: textarea
id: steps
attributes:
label: Reproduction Steps
description: Write down step by step how to trigger this bug
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What should happen ideally
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots / Logs
description: Provide screenshots or logs (optional)
24 changes: 24 additions & 0 deletions .github/issue_template/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ⚙️ Enhancement
description: Propose optimization suggestions for existing features
title: "[Enhancement]: "
labels: ["enhancement"]
body:
- type: textarea
id: current
attributes:
label: Current Behavior
description: How existing features currently work
validations:
required: true
- type: textarea
id: improved
attributes:
label: Improvement Suggestions
description: How you would like to improve it
validations:
required: true
- type: textarea
id: benefit
attributes:
label: Benefits of Improvement
description: Benefits after improvement
28 changes: 28 additions & 0 deletions .github/issue_template/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ✨ Feature request
description: Submit new feature requirements
title: "[Feature]: "
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Please describe the new feature you would like to add and its use cases.
- type: textarea
id: description
attributes:
label: Feature Description
description: Briefly describe what the feature does
validations:
required: true
- type: textarea
id: usecase
attributes:
label: Use Cases
description: How this feature will be used
validations:
required: true
- type: textarea
id: design
attributes:
label: Design Ideas / Technical Details
description: (Optional) Your thoughts on implementation approach
22 changes: 22 additions & 0 deletions .github/issue_template/performance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 🚀 Performance issue
description: Submit performance related issues or optimization suggestions
title: "[Performance]: "
labels: ["performance"]
body:
- type: textarea
id: bottleneck
attributes:
label: Current Bottleneck
description: Describe the performance issue
validations:
required: true
- type: textarea
id: metrics
attributes:
label: Performance Metrics
description: Provide test data / benchmarks
- type: textarea
id: proposal
attributes:
label: Optimization Suggestions
description: Your optimization ideas
60 changes: 60 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Pull Request

## Description
Brief description of the changes

## Type of Change
- [ ] Feature addition
- [ ] Bug fix
- [ ] Performance optimization
- [ ] Code refactoring
- [ ] Documentation update
- [ ] Testing related
- [ ] Security fix

## Impact Scope
- [ ] User interface
- [ ] API interface
- [ ] Database
- [ ] Configuration files
- [ ] Dependencies

## Priority
- [ ] High - Release immediately
- [ ] Medium - Next version
- [ ] Low - Future version

## Changes Made
- [ ] Change 1
- [ ] Change 2
- [ ] Change 3

## Testing
- [ ] Unit tests pass
- [ ] Integration tests pass
- [ ] Manual testing completed
- [ ] Performance testing (if applicable)

## Documentation
- [ ] Code comments added/updated
- [ ] README updated (if applicable)
- [ ] API documentation updated (if applicable)

## Breaking Changes
- [ ] No breaking changes
- [ ] Breaking changes documented
- [ ] Migration guide provided

## Related Issues
Closes #123, Related to #456

## Additional Notes
Any additional information or context

---

## Release Notes Points
- User-visible changes
- Configuration change instructions
- Migration steps
- Known issues
55 changes: 55 additions & 0 deletions .github/pull_request_template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Pull Request Templates

This directory contains specialized PR templates for different types of changes. Choose the appropriate template based on your change type.

## Available Templates

### 🚀 [Feature](feature.md)
Use this template when adding new functionality or features to the project.

### 🐛 [Bug Fix](bugfix.md)
Use this template when fixing bugs or issues in the existing codebase.

### ⚡ [Performance](performance.md)
Use this template when optimizing performance or improving efficiency.

### 🔧 [Refactor](refactor.md)
Use this template when restructuring or improving existing code without changing functionality.

### 📚 [Documentation](documentation.md)
Use this template when updating documentation, README files, or code comments.

### 🧪 [Testing](testing.md)
Use this template when adding or improving tests, test coverage, or testing infrastructure.

### 🔒 [Security](security.md)
Use this template when fixing security vulnerabilities or implementing security improvements.

## How to Use

1. **Choose the appropriate template** based on your change type
2. **Copy the template content** into your PR description
3. **Fill in all required sections** with relevant information
4. **Check the appropriate boxes** for change type, impact scope, and priority
5. **Provide detailed information** in the release notes points section

## Standardized Fields

All templates include standardized fields to help with:
- **Automated categorization** of PRs
- **Release note generation**
- **Impact assessment**
- **Priority determination**

## Benefits

These templates help:
- **Standardize PR descriptions** across the project
- **Ensure completeness** of information provided
- **Facilitate automated release note generation**
- **Improve code review efficiency**
- **Maintain consistent documentation**

## Default Template

If none of the specialized templates fit your needs, use the default template at `.github/pull_request_template.md`.
61 changes: 61 additions & 0 deletions .github/pull_request_template/bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# 🐛 Bug Fix

## Problem Description
Detailed description of the encountered bug phenomenon

## Problem Analysis
- Root cause of the bug
- Scope of impact
- Reproduction steps

## Fix Solution
- Specific fix method
- Why this fix approach was chosen
- Other possible solutions

## Fix Verification
- [ ] Post-fix testing
- [ ] Regression testing
- [ ] Edge case testing

## Impact Assessment
- Impact of the fix on existing functionality
- Performance impact
- Backward compatibility

## Prevention Measures
- How to avoid similar issues
- Whether test cases need to be added
- Code review points

## Related Issues
Fixes #123, Related to #456

---

## Change Type
- [ ] Feature addition
- [x] Bug fix
- [ ] Performance optimization
- [ ] Code refactoring
- [ ] Documentation update
- [ ] Testing related
- [ ] Security fix

## Impact Scope
- [ ] User interface
- [ ] API interface
- [ ] Database
- [ ] Configuration files
- [ ] Dependencies

## Priority
- [ ] High - Release immediately
- [ ] Medium - Next version
- [ ] Low - Future version

## Release Notes Points
- User-visible changes
- Configuration change instructions
- Migration steps
- Known issues
59 changes: 59 additions & 0 deletions .github/pull_request_template/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# 📚 Documentation Update

## Update Scope
- Types of documentation to update
- Document chapters involved
- Depth and breadth of updates

## Update Content
- New documentation content
- Modified documentation content
- Outdated content to remove

## Update Reasons
- Why updates are needed
- User feedback
- Feature change synchronization

## Documentation Quality
- [ ] Content accuracy
- [ ] Language expression
- [ ] Format standards
- [ ] Example completeness

## User Impact
- Impact on user usage
- Whether user training is needed
- Migration guide requirements

## Related Issues
Updates documentation for #123, Related to #456

---

## Change Type
- [ ] Feature addition
- [ ] Bug fix
- [ ] Performance optimization
- [ ] Code refactoring
- [x] Documentation update
- [ ] Testing related
- [ ] Security fix

## Impact Scope
- [ ] User interface
- [ ] API interface
- [ ] Database
- [ ] Configuration files
- [ ] Dependencies

## Priority
- [ ] High - Release immediately
- [ ] Medium - Next version
- [ ] Low - Future version

## Release Notes Points
- User-visible changes
- Configuration change instructions
- Migration steps
- Known issues
Loading
Loading