File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments