Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Maintain two separate main branches #143

Open
craineum opened this issue Dec 7, 2022 · 0 comments
Open

🧹 Maintain two separate main branches #143

craineum opened this issue Dec 7, 2022 · 0 comments

Comments

@craineum
Copy link
Contributor

craineum commented Dec 7, 2022

Description

Currently we only have our main branch which includes templating tags for Lumberstack. If users clone the main branch it will include those tags everywhere. While they don't affect functionality, they can be confusing. I propose along with main we have a template branch that includes all those tags.

This would require us to maintain the template branch by merging in the main branch periodically. This would be synonymous with a production like branching system.

It will make adding new features a bit more complicated as you would have to PR against the main branch to implement the feature, then a second PR against the template branch once the first one is merged to add any tagging.

Affects

  • Lumberstack
  • Templating tagging

Consequences

Confusing template tags in our main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant