This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
documentation/scrap/feature_template.md

18 lines
370 B
Markdown
Raw Normal View History

2024-05-13 21:54:13 +02:00
#### 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]