Skip to content

Commit

Permalink
updated contribution file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Nov 3, 2023
1 parent 47c0021 commit 3639634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing

Everyone is very welcome to contribute on the codebase of Remix. Please reach us in [Gitter](https://gitter.im/ethereum/remix) in case of any queries.
Everyone is very welcome to contribute on the codebase of Remix. Please join our [Discord](https://discord.gg/mh9hFCKkEq) in case of any queries.

## Development
Remix libraries work closely with [Remix IDE](https://remix.ethereum.org). Each library has a readme to explain its application.

When you add a code in any library, please ensure you add related tests. You can visit [here](https://github.com/ethereum/remix-ide#installation) to test your changes by linking the remix libraries with Remix IDE.
When you add a code in any library, please ensure you add related unit tests.

## Coding style

Expand Down Expand Up @@ -101,7 +101,7 @@ Well, that depends.
If you update an old json file, then you don't need to update it in other languages, because crowdin will do it for you.
But if you add a new json file, then you have to add it in other languages, and import it in `index.js` of all languages. Because crowdin will not update `index.js`, you have to do it manually.
But if you add a new json file, only English is needed.
### How to contribute on translations?
Remix is using crowdin to manage translations. If you want to contribute on that, you can do it on crowdin. Check the link below.
Expand All @@ -110,4 +110,4 @@ https://crowdin.com/project/remix-translation
There are many languages, just get into your language, and you will see a folder named `Remix UI`, where you can do the translations.
Not only can you do the translations, you can also review it. If you agree or disagree with some translations, you can vote yes or no. If you vote no, you can comment to explain why you vote no, and give your translation.
Not only you can do the translations, you can also review it. If you agree or disagree with some translations, you can vote YES or NO. If you vote NO, you can comment to explain why you vote NO, and give your translation.
7 changes: 2 additions & 5 deletions team-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ Related links:
- Remix-debug NPM module: https://www.npmjs.com/package/@remix-project/remix-debug
- Remix-tests NPM module: https://www.npmjs.com/package/@remix-project/remix-tests
- Remix documentation: http://remix-ide.readthedocs.io/en/latest/
- General gitter channel: https://gitter.im/ethereum/remix
- Dev gitter channel: https://gitter.im/ethereum/remix-dev
- Dev plugin gitter channel: https://gitter.im/ethereum/remix-dev-plugin

- Discord: https://discord.gg/mh9hFCKkEq

---

Expand Down Expand Up @@ -187,4 +184,4 @@ Before starting coding, we should ensure all devs / contributors are aware of:

# Coding best practices

- https://github.com/ethereum/remix-project/blob/master/best-practices.md
- https://github.com/ethereum/remix-project/blob/master/CONTRIBUTING.md

0 comments on commit 3639634

Please sign in to comment.