mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
674 B
674 B
title, description, draft, outline
| title | description | draft | outline |
|---|---|---|---|
| --- Template --- | Template for documenting deprecated features in Task | true | deep |
{Name of Deprecated Feature} (#{Issue})
::: danger
This deprecation breaks the following functionality:
- {list any existing functionality that will be broken by this deprecation}
- {if there are no breaking changes, remove this admonition}
:::
{Short description of the feature/behavior and why it is being deprecated}
{Short explanation of any replacement features/behaviors and how users should migrate to it}