-
Notifications
You must be signed in to change notification settings - Fork 84
Contribution Guidelines
Aniket edited this page Dec 10, 2018
·
2 revisions
Your contribution to Solidity-School matters a lot!
You can contribute either in the existing content of repository or suggesting the addition of new content. Content can be introducing new standards, suggesting changes in concepts or code related to smart contract, addition of new smart contract with concept or similar ones. You can fork the repository and submit a Pull Request for this purpose.
Keep the following things in mind while contributing:
- PR (Pull Request) should have a better explanation/reasoning to get committed.
- You are well aware about the concept of repository and changes/additions you are requesting.
- For code, it has well indentation, better variable names and comments to understand.
- For code, it should be well tested and ready to compile & deploy.
- For concepts, make sure you present resources in the support or it should be publicly accepted.
- Suggest exact location (standard -> folder -> section) in which changes should be introduced.
Any kind of contributions are most welcome.