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
+1-10
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,6 @@ 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
-
29
20
## Local Development
30
21
31
22
To run & test github-readme-stats you need to follow few simple steps :-
@@ -80,7 +71,7 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
80
71
81
72
**Q:** How to count private stats?
82
73
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)
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)
@@ -118,7 +113,7 @@ To hide any specific stats, you can pass a query parameter `?hide=` with comma-s
118
113
119
114
You can add the count of all your private contributions to the total commits count by using the query parameter `?count_private=true`.
120
115
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._
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._
122
117
123
118
> Options: `&count_private=true`
124
119
@@ -138,7 +133,7 @@ To enable icons, you can pass `show_icons=true` in the query param, like so:
138
133
139
134
With inbuilt themes, you can customize the look of the card without doing any [manual customization](#customization).
-`line_height` - Sets the line-height between text _(number)_
192
186
-`custom_title` - Sets a custom title for the card
193
-
-`text_bold` - Use bold text _(boolean)_
194
187
-`disable_animations` - Disables all animations in the card _(boolean)_
195
188
196
189
#### Repo Card Exclusive Options:
@@ -214,7 +207,6 @@ You can provide multiple comma-separated values in bg_color option to render a g
214
207
215
208
#### Wakatime Card Exclusive Options:
216
209
217
-
-`hide` - Hide the languages specified from the card _(Comma-separated values)_
218
210
-`hide_title` - _(boolean)_
219
211
-`line_height` - Sets the line-height between text _(number)_
220
212
-`hide_progress` - Hides the progress bar and percentage _(boolean)_
@@ -413,7 +405,6 @@ NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we
413
405

414
406
1. Sign into GitHub and allow access to all repositories, if prompted
415
407
1. Fork this repo
416
-
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`
417
408
1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
0 commit comments