-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
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
Progress bar background color #3307
Comments
I wan to work on this. Shall I start? |
@JyothsnaVellampalli sure why not |
…e background of progress bar
I have enhanced the code by adding the My Pr : - #3312 |
Could you please review my pull request, @anuraghazra ? |
Could you please review my pull request, @rickstaa ? |
please assign this to me |
could you please assign this task to me? |
Hey @anuraghazra , pleasure to meet you! I created a new pr, would be happy if you could check and approve it if it meets your requirements. If you have anything related to React, Javascript, Typescript or Python, feel free to hit me up! |
@a-s-t-e-y-a I left my review, check it out #3312 (review) |
@qwerty541 can I do this task |
@rickstaa i think that guy is hasn't contributed for last 4 days so can uh pass on this task to me |
Hey, @airwakz! Thanks for your interest in our project! We already have a pull request which will solve this issue #3312. I recently left my review with requested changes, in case if @a-s-t-e-y-a do not have enought time to do it, may be you can finish this pull request in co-authored mode. Let's wait for @a-s-t-e-y-a's response. Also feel free to choose another issue that you are interested to work on and contact me about it. |
ok thanks |
@qwerty541 can i make the required changes now |
@airwakz another user already implemented this feature in #3312 but some changes are still required. |
@airwakz I'm okay if you finish this pull request in co-authored mode, but i do not see an easy way to do it because you don't have write access to @a-s-t-e-y-a's branch. |
@qwerty541 I have a way but it is quite complex I will make changes in my report as per pull req and than I will finish the review asked by uh |
@airwakz I think that the best way will be the following:
|
@rickstaa Have you already experienced when users worked on issue together? Do you have a better solution? |
@airwakz If you didn't configured own SSH key for GitHub you can try use HTTPS instead: |
@qwerty541 I just did that and it work thanks for the solution |
@qwerty541 i have used git clone and imported into my local machine can uh tell me the steps to commit here |
@qwerty541 actually i encountered another issue right now again |
This is what I would do in your case as well. This way you can open a new pull request in which the commits by @a-s-t-e-y-a are included. As a collaborator (i.e. maintainer), I or @qwerty541 can even rebase your changes on #3312 if we want 👍🏻. |
It would be best if you always worked from a feature branch. For more tips on how to contribute to OS projects, please see https://opensource.guide/. |
No, since GRS is public @a-s-t-e-y-a's fork also is public, you should be able to add the fork as a remote and fetch all references. When people select this option, the only thing available for maintainers is pushing to people's forks directly. People can enable or disable this on their pull request. I performed some tests and the following works when not being a maintainer:
After these steps, you will have a A guide on how this works can be found here. The difference is that you and @a-s-t-e-y-a work from the master branch instead of a feature branch. As a result, an extra step is required since your master conflicts with their master 😅. Because of this, I always advice people to use a feature branch. |
@qwerty541 can uh assign me this i will make a pr soon today with the changes as uh requested |
@airwakz I left my review, check it out #3388 (review) |
I also recommend you to configure SSH key on your GitHub account https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account?tool=webui |
I left my review #3312 (review) with changes request a long time ago, I'm almost always here to review the pull request If the changes will be made. Also I'm okay with replacing #3312 if someone will open another pull request with all required changes. However, according to our team rules, merging features require 2+ collaborators approval, at the moment I'm alone active, therefore even if the pull request will be ready and approved by me, merging will be postponed indefinitely until any team member will be free. As you see there is no new features last 4-5 months, just maintenance routine like dependencies update, fixing vulnerabilities, docs typos, answering issues and discussions etc. I hope on your understanding and patience. |
… card in normal layout (anuraghazra#3307)
@qwerty541 @rickstaa Hello everyone, I submitted this PR #3971 considering the changes requested by @qwerty541. Can you please review it? |
Is your feature request related to a problem? Please describe.
I want to use the
top-langs
badge with thetransparent
theme, but I can't find an option to set the progress bar background color.Describe the solution you'd like
I would like an additional option to set the background color to make the badge look like in this image (edited with GIMP):
The additional option could be called
prog_bg_color
, so my example would be something like:https://github-readme-stats.vercel.app/api/top-langs/?username=Le0X8&size_weight=0.5&count_weight=0.5&langs_count=8&theme=transparent&border_radius=0&hide_border=true&title_color=108c92&text_color=0c686c&prog_bg_color=222222
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: