Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 886 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 886 Bytes

Contributing

Everyone is very welcome to contribute on the codebase of Remix. Please reach us in Gitter in case of any queries.

Development

Remix libraries work closely with Remix IDE. 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 to test your changes by linking the remix libraries with Remix IDE.

Coding style

Please conform to standard for code styles.

Submitting Pull Request

Please follow Github's standard model of making changes & submitting pull request which is very well explained here. Make sure your code works fine locally before submitting a pull request.