Closed Ujstor closed 1 year ago
instead of adding a whole new step why don't we keep it flag only if user wants workflows they just use a flag --workflows
something like that.
I'm glad that the feature interests you, and we can implement it if you decide to do so. However, I find adding it without user consent to be tricky. When users open a new project that has just been created, the large number of files can be confusing. Lite and full versions or @20pa5a1210's idea(I like it); if needed, we can find a solution.
I was actually think about this recently and there was an idea: we can add a --advanced flag that will give a lot more options for users to tinker/create with. That way the lite version will continue to be the way it is now, and the advanced flag can have a ton of new features like this one. Thoughts?
I like the idea. I saw bsquidwrd propose this on Discord. What should I do with this PR? I can resolve the conflict and keep it up to date. However, I'm not sure that I can implement this feature alone. Some help would be nice, or I need more time to understand the logic behind it.
There was a nasty conflict when merging my PR#108 into the staging branch. To resolve this, I created a fresh 'staging-2' branch from the current 'main'
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
Feature
I added a step for users to choose workflow templates for Go code tests when there is a push or pull request (PR) and 'goreliser' template used in this repository. I like having this feature in my projects. If you find it useful, I'm glad that I can contribute to this fire repo
Description of Changes:
Checklist