Skip to content

Commit

Permalink
docs(github): added new template to create task in github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaloc-Es committed Dec 1, 2024
1 parent dc6a48e commit 61a9d45
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Task
about: Use this template to track general tasks, such as improving documentation or minor adjustments
title: "[TASK]"
labels: task
assignees: Tlaloc-Es

---

**Task description**
Provide a detailed description of the task to be completed. Be clear and concise about the objective.

**Objective**
What is the expected outcome of completing this task?
Example: "Complete the missing sections of the project documentation, focusing on the models module."

**Steps to complete**
List the steps required to complete this task, if applicable.
Example:
1. Review the current documentation structure.
2. Add missing sections for the `models` module.
3. Validate the documentation with `mkdocs serve`.

**Priority**
- [ ] Low
- [ ] Medium
- [ ] High

**Relevant links/files**
Include any links to documentation, code, or files that might help complete this task.

**Additional context**
Add any additional information that might be useful, such as dependencies, deadlines, or suggestions.

0 comments on commit 61a9d45

Please sign in to comment.