aelf is an open source and community driven project. This guide is aims to help anyone wants to contribute to the project.
You can always send pull requests to the Github repository.
- Clone the aelf repository from Github.
- Make the required changes.
- Send a pull request.
Before making any change, please discuss it on the Github issues. In this way, no other developer will work on the same issue and your PR will have a better chance to be accepted.
You may want to fix a known bug or work on a planned enhancement. See the issue list on Github.
If you have a feature idea for the framework or modules, create an issue on Github or attend to an existing discussion. Then you can implement it if it's embraced by the community.
If you decide to create some tutorials or blog posts on aelf, please inform us (by creating a Github issue), so we may add a link to your tutorial/post in the official documentation and we can announce it on our Twitter account.
If you find any bug, please create an issue on the Github repository.
Thanks to ABP, we follow their contribute guides