Clarify contribution guidelines on how to keep fork up to date with its origin
Checklist
-
This issue is not a duplicate, I've searched the Issue Tracker -
This issue is not a question, I'm aware that I can submit questions via Mastodon, Twitter, Email, Reddit or Matrix -
This issue is a content request, and not a bug report, feature request, or anything other
What are you missing or what could be improved?
Guidelines for external contributors to fork, branch & submitting merge request should be reviewed & validated.
What is the solution you'd like to see?
-
Clarify if & how external contributors are to sync the dev
branch to their fork? -
Clarify what happens if external contributors fork the project, clone to their local repository, create an issue branch off of dev
, commit to the local issue branch, and meanwhile the upstreamdev
branch gets modified? Would external contributors have to sync their fork and merge the changes todev
into the local issue branch before opening a Merge Request? Or should this be done by the maintainer? Or is the solution something else altogether?
Do you have additional comments?
See also Issues #8 (closed) and #9