🚀 Separation of concerns by branches #294
Labels
Scope: Data
How data is represented or cleaned up
Severity1: Critical
The defect affects critical functionality or critical data.
Type: Enhancement
Improves existing feature
Is your enhancement request related to a problem? Please describe.
No
Describe the upgrade you'd like
Separate the generated data from code.
Describe alternatives you've considered
Adding a specific orphan branch for the data builds and gitignoring the data folder in the other branches.
I think that a good view of changes made to the project will in the long term provide a better development experience because what we currently have is this:
almost 5000 commits in the master branch and it's just going to keep increasing adding code or not to the project.
The text was updated successfully, but these errors were encountered: