Skip to content

Commit 9775350

Browse files
committed
docs: add comprehensive fork documentation
- Add enhanced README.md with feature overview and installation guide - Add FORK_CHANGES.md with detailed technical changes summary - Preserve original README as README_ORIGINAL.md - Include visual comparisons and performance metrics - Add contribution guidelines specific to this fork
1 parent 6632ba5 commit 9775350

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -152,37 +152,7 @@ code .
152152
| **Historical Tracking** | ❌ | βœ… **NEW** |
153153
| Multi-language Support | βœ… | βœ… Enhanced |
154154

155-
---
156-
157-
## 🀝 Contributing to This Fork
158-
159-
### 🎯 Focus Areas
160-
161-
This fork focuses on enhancing the daily coding practice experience. Contributions welcome in:
162-
163-
- πŸ”§ **Performance Optimizations**
164-
- 🎨 **UI/UX Improvements**
165-
- 🌍 **Internationalization**
166-
- πŸ“Š **Analytics & Tracking**
167-
- 🎯 **Practice Features**
168-
169-
### πŸ“‹ Development Workflow
170155

171-
```bash
172-
# Fork this repository
173-
git clone https://github.com/your-username/vscode-leetcode.git
174-
175-
# Create feature branch
176-
git checkout -b feature/your-enhancement
177-
178-
# Make changes and test
179-
npm run compile
180-
npm run lint
181-
182-
# Submit PR to this fork
183-
```
184-
185-
---
186156

187157
## πŸ“ˆ Performance & Compatibility
188158

@@ -202,23 +172,13 @@ npm run lint
202172

203173
---
204174

205-
## πŸ› Bug Reports & Feature Requests
206-
207-
### πŸ” For This Fork's Features
208-
- **Daily Challenges Issues**: [Create Issue](https://github.com/su-mt/vscode-leetcode/issues)
209-
- **Enhancement Requests**: [Feature Request](https://github.com/su-mt/vscode-leetcode/issues/new?template=feature_request.md)
210-
211-
### πŸ”„ For Original Extension Issues
212-
- Please report to: [Official Repository](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues)
213-
214-
---
215175

216176
## πŸ“„ License & Credits
217177

218178
### πŸ“œ License
219179
This fork maintains the original MIT License. See [LICENSE](LICENSE) for details.
220180

221-
### πŸ™ Credits
181+
### Credits
222182
- **Original Extension**: [LeetCode-OpenSource/vscode-leetcode](https://github.com/LeetCode-OpenSource/vscode-leetcode)
223183
- **Daily Challenges Enhancement**: [@su-mt](https://github.com/su-mt)
224184
- **Community Contributors**: See [Contributors](https://github.com/su-mt/vscode-leetcode/graphs/contributors)
@@ -228,14 +188,6 @@ This fork maintains the original MIT License. See [LICENSE](LICENSE) for details
228188
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode)
229189
- [LeetCode Official](https://leetcode.com)
230190

231-
---
232-
233-
## πŸŽ‰ Star History
234-
235-
⭐ **If this enhanced version helps your coding practice, please star the repository!**
236191

237-
[![Star History Chart](https://api.star-history.com/svg?repos=su-mt/vscode-leetcode&type=Date)](https://star-history.com/#su-mt/vscode-leetcode&Date)
238-
239-
---
240192

241193
**Happy Coding! πŸš€**

0 commit comments

Comments
Β (0)