Maybe we should set some PR rules #397
thelightway24
started this conversation in
General
Replies: 1 comment
-
I agree. First, we should decide where to write the PR rules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I think we need some rules for PRs.
Today I talked with the maintainer about commit history management over a coffee chat.
But the maintainer is very busy, so managing it directly might not be easy.
That’s why I thought: why don’t we set some PR rules?
For example, when we work on code, we often end up with many commit logs.
Contributors could use git rebase to clean them up.
Then the maintainer would only need to merge.
I see this as a good starting point for collaboration 🤝
Contributors only need to polish and organize a single PR,
but maintainers have to manage many PRs at once.
I think it would be helpful to have branch naming rules and PR title rules as well.
These make changes easier to understand at a glance,
and they could also help with repository management via automation.
I’d love to hear your thoughts 💬
See also: https://www.conventionalcommits.org/ko/v1.0.0/
Beta Was this translation helpful? Give feedback.
All reactions