Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 1948f8f

Browse files
committed
chore: Updated issue templates
1 parent ece96ce commit 1948f8f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ body:
2323
label: Links
2424
description: Include links to affected documentation page(s).
2525
validations:
26-
required: true
26+
required: false

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: "🔧 Task"
3+
description: Report a task suggestion or project maintenance
4+
title: "(Short description)"
5+
labels: [task]
6+
assignees: [NelsonBN]
7+
8+
9+
10+
body:
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the task
15+
description: A clear and concise description of the task.
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)