"Someone edited the file the same time you did" - well, no
Summary
I have forked of F-Droid metadata years ago. I had opened another issue where the file was not present: #354031 (closed) This might be an update to that.
Steps to reproduce
I go to the contributing file and edit it: https://gitlab.com/fdroid/fdroiddata/-/update/master/CONTRIBUTING.md Then, when I click commit - it does not open a PR as promised but shows this text to me:
Someone edited the file the same time you did. Please check out the file and make sure your changes will not unintentionally remove theirs.
I do it again and it happens again.
Example Project
What is the current bug behavior?
No commit is created in no branch.
What is the expected correct behavior?
A commit is created in a branch based on the original projects master branch.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)(we will only investigate if the tests are passing)