Oliver Jägle
commited on
Add feature issue template
Browse files
.github/ISSUE_TEMPLATE/feature.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: Feature
|
3 |
+
about: A pretty vague description of how a capability of our software can be added or improved.
|
4 |
+
title: ''
|
5 |
+
labels:
|
6 |
+
- feature
|
7 |
+
assignees: ''
|
8 |
+
---
|
9 |
+
|
10 |
+
# Motivation
|
11 |
+
|
12 |
+
<!-- What capability should be either established or improved? How is life of the target audience better after it's been done? -->
|
13 |
+
|
14 |
+
# Scope
|
15 |
+
|
16 |
+
<!-- This is kind-of the definition-of-done for a feature.
|
17 |
+
Try to keep the scope as small as possible and prefer creating multiple, small features which each solve a single problem / make something better
|
18 |
+
-->
|
19 |
+
|
20 |
+
# Options
|
21 |
+
|
22 |
+
<!-- If you already have an idea how this can be implemented, please describe it here.
|
23 |
+
This allows potential other contributors to join forces and provide meaningful feedback prio to even starting work on it.
|
24 |
+
-->
|
25 |
+
|
26 |
+
# Related
|
27 |
+
|
28 |
+
<!-- Link to the epic or other issues or PRs which are related to this feature. -->
|