mirror of
https://github.com/go-task/task.git
synced 2026-06-23 12:45:52 +00:00
18 lines
575 B
Markdown
18 lines
575 B
Markdown
---
|
|
#This is a template for an experiments documentation
|
|
#Copy this page and fill in the details as necessary
|
|
title: '--- Template ---'
|
|
sidebar_position: -1 #Always push to the top
|
|
draft: true #Hide in production
|
|
---
|
|
|
|
# {Name of Deprecated Feature}
|
|
|
|
- Issue: [#{issue}](https://github.com/go-task/task/issues/{issue})
|
|
- Breaks:
|
|
- {list any existing functionality that will be broken by this experiment}
|
|
|
|
{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}
|