im sitll learning how to use github and slowly but sure im getting to know how to make PR and submit issues thanks to guide available in here and Github, i’ve followed every single step of all guides and managed to get my PR pass the essential github check, but only one still failed :
so i need help on how to pass this check, so what should i do?
Assuming it’s a json file you’ve edited: Go here, copy the entire file, paste it in the box n hit the button. Copy the entire result, paste it over your file. Done.
Don’t look at what it spits out, it may make sense, it may not…but it’s what that check needs to be valid. It’s magic.
so i just add one last commit to the PR and the check goes green, it turns out i have to change my ###SUMMARY line to JSON-like style (###SUMMARY : (category) “(description)” )
Ah, that one got me too! Do you have any suggestions for how to make that ‘guide’ more understandable to new submitters? It’s been in the back of my mind to submit a version that makes sense to non-coders without relying on painstaking attention to detail.