File: feature.md

package info (click to toggle)
python-crc 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: python: 1,488; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 922 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
name: ✨ Feature
about: Add/Implement Feature
title: ✨ <Insert Title>
labels: feature
assignees: ''

---

# Summary
<!---
A short description of the feature (TL;DR)
--->

# Details
<!---
A detailed description about what should be added, background, links, context information
and usage example(s) of the feature.
--->

## Background & Context
<!---
What is the motivation for the feature?
Assessment of the feature. Pros & cons, solutions and decisions concerning the feature (reasoning).
--->

## Examples
<!---
Example usage(s) of the feature.
--->

## References
<!---
Further references to e.g. other information resources like links to specification(s) etc.
--->

# Task(s)
<!---
A task list containing common task associated with this kind of issue, but also tasks specific to this issue.

e.g.:
- [ ] Add feature XYZ
- [ ] Bump version number
- [ ] Update documentation
- [ ] Update changelog
- [ ] ...
--->