This repository is used to flesh out new features by defining their specifications.
There are several permanent branches with certain tasks.
The master branch reflects all feature specifications that have been implemented.
The feature-template branch holds the latest template from which all feature branches must start.
Feature branches start from the feature-template branch. Specifications are written and reviewed here. For each feature a new directory in /specs
shall be created and the feature-template.md
file shall be copied into the new feature directory.
/
- specs/
feature-template.md
- feature1/
feature1.md (based on feature-template.md)