18 lines
370 B
Markdown
18 lines
370 B
Markdown
|
#### This provides a template for feature documentations
|
||
|
|
||
|
# [Name of the feature]
|
||
|
|
||
|
### Description (what the feature should do)
|
||
|
|
||
|
|
||
|
### Requirements (prerequisite features for the feature)
|
||
|
|
||
|
- [ ] [Previous feature]
|
||
|
|
||
|
### Implementation (how the feature should be implemented)
|
||
|
|
||
|
- [ ] [Classes and methods]
|
||
|
|
||
|
### Testing (how the feature should be tested)
|
||
|
|
||
|
- [ ] [Test cases]
|