I have a Github repository that only contains one file - a readme.md. I want to distribute an edit link to several non-tech-savvy collaborators, but without having to explain to them what "commit" and "pull-requests" mean.
When they access the edit link, these collaborators should see a simple text editor and a save button. The text editor should load the current version of readme.md.
When they click Save, a commit+pull request should be generated in the background in my repository.
Is there a way to achieve this with GitHub, GitHub integrations, third-party tools or GitHub APIs? Or, is it possible to do this using a different service (BitBucket, GitLab etc)?