https://github.com/fact-finder-web-components/feature-lab
New feature proposals and drafts
https://github.com/fact-finder-web-components/feature-lab
Last synced: 4 months ago
JSON representation
New feature proposals and drafts
- Host: GitHub
- URL: https://github.com/fact-finder-web-components/feature-lab
- Owner: FACT-Finder-Web-Components
- Created: 2019-05-07T09:55:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T10:38:43.000Z (over 5 years ago)
- Last Synced: 2025-08-30T16:38:09.463Z (9 months ago)
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FACT-Finder Web Components Feature Lab
This repository is used to flesh out new features by defining their specifications.
## Branches
There are several permanent branches with certain tasks.
### master
The _master_ branch reflects all feature specifications that have been implemented.
### feature-template
The _feature-template_ branch holds the latest template from which all feature branches must start.
### feature branches
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)
```