If I edit a description (of an issue in GitLab) which is out-of-date
it will be silently overwritten with my version. The in-browser editor
of GitLab issues a warning in this case.
I think forge should:
- refetch the description right before updating it
- consider my change a patch to the original description to be applied to the now up-to-date description
- display a version with merge headers in case of conflict to be resolved manually
While there is still room for data loss between the refetch and the update, it is a lot less likely than currently.
PS: Thank you very much for this tool! This is my first issues created using it.
If I edit a description (of an issue in GitLab) which is out-of-date
it will be silently overwritten with my version. The in-browser editor
of GitLab issues a warning in this case.
I think forge should:
While there is still room for data loss between the refetch and the update, it is a lot less likely than currently.
PS: Thank you very much for this tool! This is my first issues created using it.