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

20 lines
372 B
Markdown
Raw Normal View History

#### 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]