You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ Pull requests are the best way to propose changes. We actively welcome your pull
17
17
1. If you've changed APIs, update the documentation.
18
18
1. Issue that pull request!
19
19
20
+
## Under the hood of github-readme-stats
21
+
22
+
Interested in diving deeper into understanding how github-readme-stats works?
23
+
24
+
[Bohdan](https://github.com/Bogdan-Lyashenko) wrote an amazing in-depth post about it, check it out:
25
+
26
+
**[Under the hood of github-readme-stats project](https://codecrumbs.io/library/github-readme-stats)**
27
+
28
+
20
29
## Local Development
21
30
22
31
To run & test github-readme-stats you need to follow few simple steps :-
@@ -71,7 +80,7 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
71
80
72
81
**Q:** How to count private stats?
73
82
74
-
> **Ans:** We can only count private commits & we cannot access any other private info of any users, so it's not possible. only way is to deploy on your own instance & use your own PAT (Personal Access Token)
83
+
> **Ans:** We can only count public commits & we cannot access any other private info of any users, so it's not possible. The only way to count your personal private stats is to deploy on your own instance & use your own PAT (Personal Access Token)
@@ -113,7 +118,7 @@ To hide any specific stats, you can pass a query parameter `?hide=` with comma-s
113
118
114
119
You can add the count of all your private contributions to the total commits count by using the query parameter `?count_private=true`.
115
120
116
-
_Note: If you are deploying this project yourself, the private contributions will be counted by default otherwise you need to chose to share your private contribution counts._
121
+
_Note: If you are deploying this project yourself, the private contributions will be counted by default. Otherwise, you need to choose to share your private contribution counts._
117
122
118
123
> Options: `&count_private=true`
119
124
@@ -133,7 +138,7 @@ To enable icons, you can pass `show_icons=true` in the query param, like so:
133
138
134
139
With inbuilt themes, you can customize the look of the card without doing any [manual customization](#customization).
@@ -207,6 +212,7 @@ You can provide multiple comma-separated values in bg_color option to render a g
207
212
208
213
#### Wakatime Card Exclusive Options:
209
214
215
+
-`hide` - Hide the languages specified from the card _(Comma-separated values)_
210
216
-`hide_title` - _(boolean)_
211
217
-`line_height` - Sets the line-height between text _(number)_
212
218
-`hide_progress` - Hides the progress bar and percentage _(boolean)_
@@ -405,6 +411,7 @@ NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we
405
411

406
412
1. Sign into GitHub and allow access to all repositories, if prompted
407
413
1. Fork this repo
414
+
1. After forking the repo, open the [`vercel.json`](https://github.com/anuraghazra/github-readme-stats/blob/master/vercel.json#L5) file and change the `maxDuration` field to `10`
408
415
1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
0 commit comments