Items we can review on a live stream:
This project is related to GitHub readme(s). A dynamically generated activity graph to show your GitHub activities of last 31 days.
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often ๐ค . Any questions let us know.
Hi @Ashutosh00710,
This looks really cool. I'll definitely play with it a bit more. The readme could do with a little update, though.
The section about passing my username the url was immediately clear to me. I can see where I need to change, but do I need that entire line to try it out? I don't know just by looking at what's written in the readme.
[](https://github.com/ashutosh00710/github-readme-activity-graph)
I am guessing, for example, that I do not need this section.
[![Ashutosh's github activity graph]
Looking closer, it appears the only section I need is:
https://activity-graph.herokuapp.com/graph?username=Ashutosh00710
I would change the readme to reflect that.
Finally, looking at the graph itself. You don't have to, but you could add a footer at the bottom of the graph that points back to your github repo. This means, for example, If I use the link to display the graph somewhere outside GitHub (e.g. my website) others can click on the footer and it will take them to your repo.
That's my 2p. I hope it helps.
ps. I can make the README file changes and raise a PR if you like.
pps. I love the Dracula theme :)
Hello! @mikeysan .Thank you so much for reviewing the project ๐, it means a lot. Feel free to contribute to this project.
You can raise an issue and then make your pull request.
About the footer idea I think it's a great idea. You can raise issue for this also to get another green square for the day ๐ฉ.
We will definitely implement this feature ASAP.
I'll be honoured to help. Thanks.
I have raised an issue for the footer link.
I will raise another issue and work on the Readme shortly (after making dinner) :)
Your github-profile looks great :+1:
I plan on checking out the project later... It looks interesting ๐
Thank you @Vyvy-vi for your appreciation, feedback and attention. ๐
This community is really very active, responsive and supporting. I am glad to be a part of this community.
Thank you @eddiejaoude for all this ๐
Thank you for sharing ๐ . I will review in a live stream or video soon ๐ค
Some Feedback/Suggestions:
CONTRIBUTING.md file also states how to stash changes and also gives detailed folder-structure :+1:development branch there... It seems to be merged into the main, but right now is 33 commits behind main.CONTRIBUTING.md file that gives instructions on how to sync your fork. This is a great open source practice, but I think it needs a slight update. The current line states git pull upstream master, but I think there is no master branch on the repo.CONTRIBUTING.md file doesn't state npm install before npm start (this might throw off new contributers, that haven't used npm before)easy label. Now, that is completely fine, but _personally_ using easy as a comparison on issues and PRs might be slightly demeaning/demotivating, and maybe what's easy for you might not be easy for someone else.. Perhaps look into slightly different language like beginner friendly or first timersHey, @Vyvy-vi I am highly impressed by your efforts in having a closer look at the project. Thanks for your Feedback/Suggestions.
I see a
developmentbranch there... It seems to be merged into the main, but right now is 33 commits behindmain.
It was 33 commits behind because I was experimenting with some major changes in the code which may break the tool.
There's a line in
CONTRIBUTING.mdfile that gives instructions on how to sync your fork. This is a great open source practice, but I think it needs a slight update. The current line statesgit pull upstream master, but I think there is nomasterbranch of the repo.
Yes, great point, thanks for driving my attention towards that.
The
CONTRIBUTING.mdfile doesn't state npm install before npm start (this might throw off new contributers, that haven't used npm before)
Another, good point.
I see an
easylabel. Now, that is completely fine, but personally usingeasyas a comparison on issues and PRs might be slightly demeaning/demotivating, and maybe what's easy for you might not be easy for someone else.. Perhaps look into slightly different language likebeginner friendlyorfirst timers.
Yes, I totally agree, I'll rename the tag soon.
Excellent feedback @Vyvy-vi
@Ashutosh00710 I just commented on a closed issue on your repo. I'm glad to see someone else got the green square for the footer :)
Most helpful comment
Some Feedback/Suggestions:
CONTRIBUTING.mdfile also states how to stash changes and also gives detailed folder-structure :+1:developmentbranch there... It seems to be merged into the main, but right now is 33 commits behindmain.Is that branch a stale branch from the previous PR, or is it the one that is used as the defacto development branch?
CONTRIBUTING.mdfile that gives instructions on how to sync your fork. This is a great open source practice, but I think it needs a slight update. The current line statesgit pull upstream master, but I think there is nomasterbranch on the repo.CONTRIBUTING.mdfile doesn't statenpm installbeforenpm start(this might throw off new contributers, that haven't used npm before)easylabel. Now, that is completely fine, but _personally_ usingeasyas a comparison on issues and PRs might be slightly demeaning/demotivating, and maybe what's easy for you might not be easy for someone else.. Perhaps look into slightly different language likebeginner friendlyorfirst timers