You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in this updater-contributing issue, I'd like to use generate-contributing to be able to generate new contributing files if they don't exist when updating projects.
generate-contributing currently expects app.conflicts to exist which relies on other generate features that update doesn't have. I'm proposing that we split out the app.conflicts part and use a library that can be directly used in generate-contributing. This will allow us to use generate-contributing as an updater in updater-contributing.
The text was updated successfully, but these errors were encountered:
I just realized this morning that updater-gitignore will show a conflicts message when updating the .gitignore file. Maybe I was configuring something wrong and it the conflicts plugin is already available. If that's the case, then we wouldn't need to change anything.
As mentioned in this updater-contributing issue, I'd like to use
generate-contributing
to be able to generate new contributing files if they don't exist when updating projects.generate-contributing
currently expectsapp.conflicts
to exist which relies on othergenerate
features thatupdate
doesn't have. I'm proposing that we split out theapp.conflicts
part and use a library that can be directly used ingenerate-contributing
. This will allow us to usegenerate-contributing
as an updater inupdater-contributing
.The text was updated successfully, but these errors were encountered: