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
hirst b7f9579ebc
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Failing after 30s
Mirror dev branch to remote / build (push) Successful in 13s
init: migrated documentation to monorepo
2024-09-05 21:06:29 +02:00

20 lines
372 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]