mirror of
https://github.com/deepseek-ai/DeepSeek-V3.git
synced 2025-04-21 02:58:59 -04:00
22 lines
424 B
Markdown
22 lines
424 B
Markdown
# Chore Template
|
|
|
|
name: Chore
|
|
about: Routine tasks like dependency updates or code cleanup
|
|
title: "[CHORE] Short Description"
|
|
labels: "chore"
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## 🧹 Task Description
|
|
|
|
Describe the task that needs to be done (e.g., update dependencies, clean up code).
|
|
|
|
## ✅ Expected Outcome
|
|
|
|
Describe the desired result of completing this task.
|
|
|
|
## 📄 Additional Context
|
|
|
|
Any other relevant details or instructions.
|