question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Join developer community stats / First PR (Open for everyone)

See original GitHub issue

Description

On the occasion of Hacktoberfest and to help beginners who have just started to get there hands dirty with GIt and Github, this repository is to guide newcomers and open source enthusiasts to come together and contribute. The first issue is really simple, you only have to add the following fields in contributor.json file:

"<guthub_username>": {
   "country": "Your Country", // Required
   "name": "Your Name", // Required
   "linkedin": "linkedin URL", // Optional
   "twitter": "twitter URL", // Optional
   "website":"website or blog URL"//Optional
}

Here is a reference from an early contributor: https://github.com/subeshb1/developer-community-stats/pull/22

Steps

  1. Fork the repository
  2. Clone the repository you have forked (Appears in the repository section of your profile)
  3. Checkout to a new branch. (Optional if you don’t have a concept of branching)
  4. Change in contributor.json add your information in the above json object. Note: Make sure you place your information in the correct order according to the GitHub user name in ascending order ignoring case sensivity. This is done to avoid many merge conflicts. If you don’t want to do it manually, you can use the following command:
npx sort-json contributors.json --ignore-case
  1. Commit the changes
  2. Create a PR to the original repository Here’s how to do it: Step 1: Go to Code section of forked repo an click on Pull request below the Code Button besides Compare Button Screen Shot 2020-10-03 at 07 50 41 Step 2: Make sure the following is branches are selected: Screen Shot 2020-10-03 at 07 51 31

Here is a guide/lab if you haven’t created any commits or PRs: https://subeshbhandari.com/blog/git-and-github-practical-for-beginners

If you get stuck in any step feel free to tag me and request help

PS: Feel free to star the repository and follow me 😃

After this, your PR will be reviewed and once all the checks pass it will be merged to master. The PR will we then labeled as hacktoberfest-approved

Outcome of this issue

  • Collaboration and contribution to open source
  • Experience continuous integration of code changes in a repository
  • Be a part of Developer Community Stats

Repository Context

This repository shows the Github stats of every contributor that has contributed to the above file. In the future, more detailed stats will be shown for each individual contributor. For now, it only shows basic stats, for example, total contribution this year, followers, number of pull requests, repository count, etc. Once your PR gets merged it will be shown on the Website: https://developer-community-stats.netlify.app/

Screen Shot 2020-10-03 at 20 25 48

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ChristineJ82commented, Oct 13, 2020

Hello @subeshb1 I would like to contribute to this as well.

0reactions
subeshb1commented, Oct 16, 2020

Closing this for new issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

First Timers Only - Get involved in Open Source and commit ...
We think that open source projects should value civility, kindness, and patience with new developers. We encourage you to explore projects that have...
Read more >
GitHub - freeCodeCamp/how-to-contribute-to-open-source
A guide to contributing to open source. Contribute to freeCodeCamp/how-to-contribute-to-open-source development by creating an account on GitHub.
Read more >
How I went from being a contributor to an Open Source ...
I was a lone software developer. When I was in college, I attended the KDE conference. It was my first encounter with the...
Read more >
Every Developer Should Be Able to Do Some PR
The intention of this article is to shed some light on how to start contributing in an open-source project. As you may know,...
Read more >
Google Summer of Code: Home
Our mentoring organizations are eager to teach newcomers to open source about their communities and the thrill of open source development. Learn why...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found