Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Thyodas authored Feb 14, 2025
1 parent 171f625 commit 87bb00f
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions .github/ISSUE_TEMPLATE/TASK.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Task Template
description: Use this template to create tasks for the project.
title: "[feat | refactor | chore]: "
description: Use this template to create tasks for the Nexo Engine project.
title: "[feat | refactor | chore | bug]: "
labels: ["task"]
projects: ["NexoEngine/3"]

Expand All @@ -17,8 +17,8 @@ body:
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance criteria
description: "What are the different requirements for this task ?"
label: Acceptance Criteria
description: "What are the different requirements for this task?"
value: |
- [ ] 1.
- [ ] 2.
Expand Down Expand Up @@ -48,17 +48,31 @@ body:
id: type
attributes:
label: Type
description: What part of the project this issue is about ?
description: What part of the project is this issue about?
options:
- Engine
- Editor
- CI/CD
- Testing
- Documentation
- Bug
- Feature
- Other
validations:
required: true

- type: dropdown
id: priority
attributes:
label: Priority
description: Specify the priority level for this task.
options:
- High
- Medium
- Low
validations:
required: true

- type: dropdown
id: iteration
attributes:
Expand All @@ -69,3 +83,10 @@ body:
- Next Iteration
validations:
required: true

- type: textarea
id: additional-notes
attributes:
label: Additional Notes
description: Provide any additional information or context for this task.
placeholder: Enter any additional notes.

0 comments on commit 87bb00f

Please sign in to comment.