kowainik / summoner

🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
https://kowainik.github.io/projects/summoner
Mozilla Public License 2.0
694 stars 73 forks source link

Request: Configurable default branch name #560

Open DavSanchez opened 2 years ago

DavSanchez commented 2 years ago

Hi all!

First of all, thank you for your awesome job with Summoner and Kowainik. Summoner is my go to for Haskell projects! I'd like to check if a configurable default branch name is on your roadmap, or if perhaps you would accept a PR adding that feature. I'd appreciate if the option existed, as I usually find myself preventing Summoner from uploading a project to GitHub so I can modify the branch name first and then pushing manually (I have had issues with git if I change it in the remote after it has been pushed). That way the created repos can be aligned with any defaults the user has set in their GitHub settings.

What do you think?

Thanks and regards!