-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add trunk as supported main branch name for git-flow #89
Conversation
and I'm here like.. using "root" as main branch name, wondering if I should change that. |
good idea, tbh, this is just me trying to upstream another git branching schema. I like your idea though, how about opening up a pr with an implementation (though it doesnt look likes this that fast maintained, looking at how long this pr is open) |
Hi @snoweuph! Regarding project maintenance, I do currently not have the capacity nor interest to do a lot of Rust coding here. Which is a pitty, as PRs, particularly those fixing some of the reported issues, are highly welcome. This one slipped through, so apologize for the late reply. |
Luckly I'm still awake, one rebause soon coming up xD |
rebase done, though not signed, because I moved most of my stuff over to codeberg/euph-forge, and thus didn't notice my gpg key for github is no longer up to date xD |
how about moving it to an org after collecting some core maintainers for it? (you could even move over to codeberg to xD) |
…ly compatible, becuase trunk based development is an easyfied version of git-flow
We prolly should add a Justfile or Makefile to this project |
Why? Isn't cargo sufficient? |
well its more about convenince and nowing where to start in a project like doing a make help or just help, for example this project use fmt as lint and does testing. so a just help could show that theres lint and test, directly showing the contributor, about what he should do first locally. |
@snoweuph That's also shown by the CI script. But maybe I just underestimate it, as I am quite C++ averse and don't have a lot of experience with Makefiles. So feel free to make a PR. |
well, I personally hate it when I only notice such stuff after pushing. and most people dont look into the ci folders. Make and Justfiles (Just is a more modern replacements) |
@mlange-42 I've seen your activity on github going up again so.. I guess I don't need to ask you for a contact so I can push a PR here :) |
@GottZ PRs are welcome. I will probably not do a lot of development here any time soon, but will try better maintain it compared to the last years. |
Trunk Based Development is an easyfied version of git-flow, useful for smaller projects.
It is a quite common convention to call the main branch trunk, to directly show that the project uses trunk based Development.
This PR adds trunk as a possible name for the main branch in gitflow, so it's also correctly shown on the complete left.