Skip to content

Commit 61a9d45

Browse files
committed
docs(github): added new template to create task in github issues
1 parent dc6a48e commit 61a9d45

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE/task.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Task
3+
about: Use this template to track general tasks, such as improving documentation or minor adjustments
4+
title: "[TASK]"
5+
labels: task
6+
assignees: Tlaloc-Es
7+
8+
---
9+
10+
**Task description**
11+
Provide a detailed description of the task to be completed. Be clear and concise about the objective.
12+
13+
**Objective**
14+
What is the expected outcome of completing this task?
15+
Example: "Complete the missing sections of the project documentation, focusing on the models module."
16+
17+
**Steps to complete**
18+
List the steps required to complete this task, if applicable.
19+
Example:
20+
1. Review the current documentation structure.
21+
2. Add missing sections for the `models` module.
22+
3. Validate the documentation with `mkdocs serve`.
23+
24+
**Priority**
25+
- [ ] Low
26+
- [ ] Medium
27+
- [ ] High
28+
29+
**Relevant links/files**
30+
Include any links to documentation, code, or files that might help complete this task.
31+
32+
**Additional context**
33+
Add any additional information that might be useful, such as dependencies, deadlines, or suggestions.

0 commit comments

Comments
 (0)