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
2024-05-13 21:59:31 +02:00

372 B

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]