I made a theme for v6, i’ve put it on gitlab.com there’s a validator tool that says my .zip and metadata.json is “okay”
now, the remaining steps are probably very simple to git samurais, but i’m not one, i barely use git via “git gui” for my own projects.
can one of the git gurus guide me?
i tried some stuff but it didn’t work and i think i have to “fork” the whole “metadata” subproject to my account first?
perhaps the documentation/instructions about contributing to the PCM aren’t very noob-friendly.
while it’s true that i’m a “coder” and i should probably know how to deal with git (that’s my fault), i can imagine a non-coder guy making some awesome color theme…
In the folder of your choice, clone your newly created gitlab repository using the address you can see when clicking on “Clone” ( command line: git clone *address* )
if you intend to make other submissions in the future, I would recommend to create a new branch git checkout -b *branch_name*
Add your files / make the changes as the guidelines tell you to
Commit your files ( you need to git add *file* then git commit )
The page you saw ( and the one you will see once the target branch is correct ) is where reviewers are able to review your addition. Once it is done, you just have to wait for comments.
PS : maybe the validation failed because it wasn’t public, so the script could not fetch the data.