-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(github): added new template to create task in github issues
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |