-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
synchronize branches master and gh-badges in the shields repo #117
Comments
Right now, when going to https://github.com/badges/shields, you do not see the website as it currently is, which makes it harder to understand where to look. Since this is the repository that holds the website, it should be made obvious by having the master branch reflect what the gh-pages branch holds. |
Okay, dug this up: #91 (comment). Our intention was to use:
Per badges/gh-badges#36 (comment), it sounds like you might like this idea? Shall we move the gh-badges code into the master branch of this repo? The two files that conflict are LICENSE and README. LICENSE doesn't actually conflict because both are CC0. We would need to discuss how to merge the READMEs. |
I like the idea, but as you said, there are a few things to discuss. First, as I understand it, the master branch would contain exactly what is currently on gh-badges' current master branch. I could easily move the As for the readme, the one currently in use in gh-badges is designed to explain how to use the code, and how to modify it. It isn't a design document, and it isn't a FAQ. I feel like those should be separate from the working code. A wiki, perhaps? A design repo? Finally, should we transfer the issues from gh-badges to shields? |
Sort of. It would contain:
I believe this is the situation we have now. No?
I think it'd actually make more sense to move the installation docs to a wiki page, because Shields is not primarily designed for other people to install. The primary use case is via the web API at http://img.shields.io/. I could definitely see putting the design spec on the main website http://shields.io/ once that's further along.
Good call, we'd need to do that as well. |
Option B is to not fold the repos, but to continue to maintain them separately. |
In that case, it makes more sense to keep the repo with all the code for installation separate. Shields can stay focused on API, front-facing and visual design and organization, while the code can stay in gh-badges. In that case, I'd argue for a change from redirecting to Besides, we wouldn't have the issue of moving the issues, and we'd have a separation between design / organization issues and code issues. |
I'd keep the repos separate but update the README for the shields repo. The specification should be moved to a separate Markdown file and the README should just have the basics about the project and what repo/branch is what. |
The location of an index.html file on the |
Per badges/gh-badges#37 (comment), I'm fine with automating the sync-up between what's available on http://img.shields.io/ and what's documented on http://shields.io/. That brings me back to my suggestion above (at #117 (comment) ):
Using something like the |
I believe this can be closed. The branches |
Reticketed from badges/gh-badges#36.
@espadrine Can you say more about what you mean here?
The text was updated successfully, but these errors were encountered: