-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jsbin link #3
Comments
Maybe we should fix this and decide on consistent branching?
Good point. |
I think we already agreed on |
Actually in GitHub now we can choose the branch that is used for GitHub Pages. So I would vote to use See: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ |
Wow, I was not aware of it, it's great, let's do so! |
I have made a single umbrella issue about this: https://github.com/Starcounter/AdminTrack/issues/202 Also, if I understand correctly, it is possible to make something like "branch aliases" in Git: http://stackoverflow.com/questions/14365946/git-branch-alias But I would rather not do it - too much confusion. |
…uicy-element-boilerplate#3) update README.md remove branch-specific Travis config, as it is not needed anymore
update README.md remove branch-specific Travis config, as it is not needed anymore
https://github.com/Starcounter/AdminTrack/issues/202 is now done. The second part of this issue is not done yet, but I agree with it:
|
Steps to reproduce
Open any new issue in any Juicy repo or .issue_template
Actual result
link to JSBin has Hardcoded version
https://jsbin.com/ligimo/3/edit?html,output
and the version there points to
master
branch of a component, which sometimes does not exist.I'd suggest changing it to
https://jsbin.com/ligimo/edit?html,output
so we could update the jsbin without changing all issue templates.@warpech WDYT?
The text was updated successfully, but these errors were encountered: