1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-01-16 20:18:18 +01:00

add all contributors in README

This commit is contained in:
mojpm 2021-09-23 11:15:33 +03:00
parent 941f7f0e8e
commit 1098debf44
3 changed files with 24 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}

View File

@ -44,3 +44,23 @@ Please be sure to keep the following in mind before adding a new resource:
And that's it.
Thanks for making this repo better for everyone.❤
# Adding Contributors
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.
```shell
yarn contributors:add <github-username> <contributtion-type>
```
Replace `<github-username>` with your github username.
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`.
Separate with commas if you're adding more than one.
#### Example
```shell
yarn contributors:add codingknite doc,content
```