Re: How to add your addon to the Addon site listing
Reply #1 – December 20, 2014, 11:05:21 pm
Thanks you for the guide. If we create it in the github, where do we make its PR?
Re: How to add your addon to the Addon site listing
Reply #6 – December 23, 2014, 12:07:28 pm
emanuele
Global Moderator
I think it is not trivial, mainly because you have to create a commit and then a pull request...
Re: How to add your addon to the Addon site listing
Reply #12 – June 19, 2015, 09:35:44 am
The CNAME error is an annoyance, and it comes from your own fork, really its kind of a GitHub error. So the "error" is because once you forked the addons gh-pages repo you now have the CNAME file in your fork. However the CNAME (part of the repo of course like any other file) is "taken" already, so you get an error when making PR's even though you are not submitting the CNAME file. I suspect you can delete/rename the CNAME in your fork or change your forked branch name from gh-pages to something else, like bks_addons and then make your PR's from that branch to the addons gh-pages repo. This is one of those fun with git things that can annoy the crap out of the best of us.