-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Placeholder for branch name in readme.md file #913
Comments
I think your best option is to use a pre-commit hook to update the badges. |
Thank you for your reply. It seems like a good workaround. I manage many
|
This is finally a good idea to solve this problem, I think everybody who has more than one branch is dealing with this issue and precommit hooks are not the solution. To be honest I would like to see more placeholders so I can add there organization and repository as well, so when somebody forks the repo he wouldn't see "green". From the development perspective I really don't see any obstacles here, it's a very noninvasive addition to the markdown. |
@kobalicek I agree with placeholders for user/organization name as well. It would be really great! |
@borismod I guess we only need more people to support this issue and it will get implemented, right :)? |
👍 |
6 similar comments
👍 |
👍 |
👍 |
👍 |
👍 |
👍 |
I support it! |
Need that ! +1 |
+1 |
2 similar comments
+1 |
👍 |
Much needed feature for showing branch respective badges in Github Readme. Any update on this request? |
+1 |
1 similar comment
+1 |
Another cool feature would be the possibility to also replace user and repository name in the badge URL, so repo works could have their own badges without updates to readme.md. |
👍 |
1 similar comment
👍 |
Per #472 (comment), the filters aren't part of Please reach out to support to make sure your feature requests are considered appropriately! Thanks. :) |
Please reach out to support? You are kidding me... |
@kobalicek: the Markup gem has nothing to do with the requested feature, and the Support team is the one responsible for tallying feature requests, not the engineers working on GitHub's HTML pipeline. I hope this makes sense! |
@kivikakk If you ever cared you would have reached the channels before closing this issue and linked it here so we can continue the discussion at appropriate place. If this was not appropriate feature request it should have been closed immediately and not rotting here for months. I really thought this would be resolved as I really think this is important. |
If this is to be closed we should be directed to a PUBLIC place we can talk about these instead of just being told to "contact support" as we all know that doesn't actually do anything. Github is meant to be able public code sharing and helping others out not shoving each other into private areas where nothing happens. |
Not first time, but idea is old: #472 Seems strange to me, why not implemented yet - not so difficult to implement. It would be extremely useful to anybody with CI, Greenkeeper or some coverage report stuff on repo. @kivikakk : Please, redirect /send link to this thread to proper place / men / department / email to increase chance to implement this feature upd2: Sent feature request to support upd3: replay from support:
|
+1 |
I'm giving up, no more notifications about this. Github apparently doesn't have the manpower to implement a stupid text replacement feature, so thank you github, for nothing! |
To all of you wanting this so badly as I do: have you spent 3min sending a request to https://github.com/contact already? I'm frustrated as well but that's the only thing I could do. |
@marcelstoer yes, the first time I did I was told to open an issue in this repo and the second I was told "we'll pass the feedback on to our developers" and that was a few months ago... 😞 |
+1 And I also sent a request through the contact form. |
I sent a request as well. Not holding my breath for this to make it into Enterprise. :( |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
This has already been directed (several times) to the appropriate departments. We're thinking about this, as ever, but it's non-trivial due to (among other things) how Camo's caching works. +1 comments are really not helpful, so I'm locking the conversation now. |
Readme.md file usually contains badges of external tools, like CI, code coverage etc. These badges consist of an image and a link. Both the image and the link contain a branch in order to represent the current status of the branch.
An example of such badge:
I would like to be able to specify a placeholder of a branch name and it would be automatically replaced with the current branch.
The text was updated successfully, but these errors were encountered: