Sha256: 3d50758f0f7cd385b0c2f642f98c0a54f68c11a683b6e3e8754c4fe38bbdd2c9

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

---
title: "Feature Template"
description: |
  This is used to break-up a large piece of work into smaller,
  discrete tasks that can move independently through the build workflow steps.
---

As a `[persona]`, I `[want to]`, so that `[goal]`.

# Why are we doing this work?

<!--
A brief explanation of the why, not the what or how.
Assume the reader doesn't know the background and won't have time to dig-up
information from comment threads.
-->

# Tasks

<!--
Steps and the parts of the code that will need to get updated.
The plan can also call-out responsibilities for other team members or teams.

e.g.:

- [ ] ~frontend Step 1
  - [ ] `@person` Step 1a
- [ ] ~frontend Step 2
- [ ] ~backend Step 3
-->

# Relevant links

<!--
Information that developers might need to refer to when implementing the issue.

- [Design Issue](https://github.com/xlgmokha/project/issues/<id>)
- [Similar implementation](https://github.com/xlgmokha/project/pull/<id>)
-->

# Non-functional requirements

<!-- Add details for required items and delete others. -->

- [ ] Documentation:
- [ ] Feature flag:
- [ ] Observability:
- [ ] Performance:
- [ ] Testing:

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jive-0.7.0 lib/jive/templates/feature.md
jive-0.6.0 lib/jive/templates/feature.md
jive-0.5.0 lib/jive/templates/feature.md