I forked a theme repository from my employer in my local Discourse instance, and I’m getting this message saying that I need to submit a change in order to edit the theme.
I submitted various small changes and updated but still I’m getting the error message.
I’m running the local instance through Ubuntu 22.04.
Should I authenticate my git account in the Ubuntu CLI in order for Discourse to recognize the repo as my own fork?
Or maybe there is a way to authenticate git in the Discourse instance itself (localhost:4200)?
Also, if what you want to do is testing/development of the theme to later submit changes to github, you should check out Install the Discourse Theme CLI console app to help you build themes and work on a copy of the theme there on the production site that only you or other admins can see.