Replies: 1 comment 5 replies
-
Really good questions. Im very much aware that I may not be providing updates in the easiest manner, probably because i'm also unaware of everything I can do with github. (started using it 3-4 months) And Im assuming youre talking about how ive uploaded 1.5, 1.6, 1.6.5, folders to the main branch, yeah? Would keeping it as just the latest version be better, and for updates i would use vscode to 'commit'? Also tell me more about how you would implement symlinks |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any particular reason you picked this file versioning policy? Like separate folders for different releases defeats the purpose of Git, I suppose? Maybe for less technical people this would be easier to download earlier versions, but this theme, as of now, is best consumed in the newest format, it is backward compatible, so no reason to download earlier versions.
Another problem that stems from above, albeit maybe this is only bugging me. Wouldn't structuring a theme in a way that is drop in better for consumers to update? Like I had an idea, users would just clone this repo in chrome directory, and occasionally pull updates if they were any. This would also enable easy customization in the form of forks. Like, if you wanted slightly different values for something, you would just fork and change it in your repo. This would enable easy updates for these customizing things. Occasional merge issues could arise, but they would be pretty easy to resolve for anyone inclined. I theoretically(?) could accomplish this by symlinks, but I think this would be a great addition to QoL of usage of this theme.
I am curious about your though on this topic.
Beta Was this translation helpful? Give feedback.
All reactions