diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..e36d3e70a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,11 @@ +{ + "projectName": "The Starknet Book", + "projectOwner": "The Starknet Community", + "repoType": "github", + "repoHost": "https://github.com", + "files": ["README.md"], + "imageSize": 100, + "commit": true, + "commitConvention": "gitmoji", + "contributorsPerLine": 7 +} \ No newline at end of file diff --git a/README.md b/README.md index fe76088f9..304e094a3 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,14 @@ For starting translations in a new language: - Employ `./translations.sh new xx`, replacing `xx` with your language code. This action generates a language file. - For updating the `xx.po` file, use `./translations.sh xx`. - Avoid the above command if the `xx.po` file already exists (which means you are not initiating a new translation). + +## The Authors + + + + + + + + + \ No newline at end of file