New development model, maybe? #384
Unanswered
ryjones
asked this question in
Show and tell
Replies: 2 comments 2 replies
-
Thanks for letting us know. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I think this is a better way for contributing translations. But it is more complex, maybe we should add more introductions or tutorials. |
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
-
I would like to propose a change to documentation development: the use of short-lived branches on the main repo.
I've added a rule for branches named
WIP/*
that allows force pushes and the like, as well as auto delete on merge.The way this makes it easier is your branch for your branch is always fairly up-to-date with the main
release-2.2
branch.Thoughts? This is how #381 worked.
Beta Was this translation helpful? Give feedback.
All reactions