forked from stackblitz-labs/bolt.diy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Feature | ||
about: A pretty vague description of how a capability of our software can be added or improved. | ||
title: '' | ||
labels: | ||
- feature | ||
assignees: '' | ||
--- | ||
|
||
# Motivation | ||
|
||
<!-- What capability should be either established or improved? How is life of the target audience better after it's been done? --> | ||
|
||
# Scope | ||
|
||
<!-- This is kind-of the definition-of-done for a feature. | ||
Try to keep the scope as small as possible and prefer creating multiple, small features which each solve a single problem / make something better | ||
--> | ||
|
||
# Options | ||
|
||
<!-- If you already have an idea how this can be implemented, please describe it here. | ||
This allows potential other contributors to join forces and provide meaningful feedback prio to even starting work on it. | ||
--> | ||
|
||
# Related | ||
|
||
<!-- Link to the epic or other issues or PRs which are related to this feature. --> |