Skip to content

Commit

Permalink
chore: split work_item template to feature / task
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 29, 2025
1 parent cba0711 commit 5cea150
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
name: Work Item
about: A unit of work that (maybe) needs to be done
name: Feature
about: A request, idea, or new functionality
title: ''
# legacy classification using labels
labels: 'enhancement'
# new native Issue Type https://github.com/orgs/community/discussions/148715
type: 'feature'
assignees: ''

---
Expand Down
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Task
about: A specific piece of work
title: ''
# new native Issue Type https://github.com/orgs/community/discussions/148715
type: 'task'
assignees: ''

---

# What

## Why

## How

0 comments on commit 5cea150

Please sign in to comment.