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.
As mentioned in this updater-contributing issue, I'd like to use
generate-contributingto be able to generate new contributing files if they don't exist when updating projects.generate-contributingcurrently expectsapp.conflictsto exist which relies on othergeneratefeatures thatupdatedoesn't have. I'm proposing that we split out theapp.conflictspart and use a library that can be directly used ingenerate-contributing. This will allow us to usegenerate-contributingas an updater inupdater-contributing.