Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1098deb

Browse files
add all contributors in README
1 parent 941f7f0 commit 1098deb

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

‎.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.ignoreLimitWarning": true
3+
}

‎CONTRIBUTING.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,23 @@ Please be sure to keep the following in mind before adding a new resource:
4444
And that's it.
4545

4646
Thanks for making this repo better for everyone.❤
47+
48+
# Adding Contributors
49+
50+
At the end of the README, we add everyone who contributed to the repo. After making your contribution, run the following command in your terminal to add yourself.
51+
52+
```shell
53+
yarn contributors:add <github-username> <contributtion-type>
54+
```
55+
56+
Replace `<github-username>` with your github username.
57+
58+
Replace `<contribution-type>` with the type of contribution you made. Use [this list](https://allcontributors.org/docs/en/emoji-key) for a reference of several types. Most commonly used are `doc` and `content`.
59+
60+
Separate with commas if you're adding more than one.
61+
62+
#### Example
63+
64+
```shell
65+
yarn contributors:add codingknite doc,content
66+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /