Skip to content

Commit 50b62c3

Browse files
authored
Create CONTRIBUTING.md
1 parent 4b98364 commit 50b62c3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CONTRIBUTING.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Contribution Guide
2+
3+
aelf is an [open source](https://github.com/aelfproject) and community driven project. This guide is aims to help anyone wants to contribute to the project.
4+
5+
### Code Contribution
6+
7+
You can always send pull requests to the Github repository.
8+
9+
- Clone the [aelf repository](https://github.com/aelfproject/aelf/) from Github.
10+
- Make the required changes.
11+
- Send a pull request.
12+
13+
Before making any change, please discuss it on the [Github issues](https://github.com/aelfproject/aelf/issues). In this way, no other developer will work on the same issue and your PR will have a better chance to be accepted.
14+
15+
#### Bug Fixes & Enhancements
16+
17+
You may want to fix a known bug or work on a planned enhancement. See [the issue list](https://github.com/aelfproject/aelf/issues) on Github.
18+
19+
#### Feature Requests
20+
21+
If you have a feature idea for the framework or modules, [create an issue](https://github.com/aelfproject/aelf/issues/new) on Github or attend to an existing discussion. Then you can implement it if it's embraced by the community.
22+
23+
### Blog Posts & Tutorials
24+
25+
If you decide to create some tutorials or blog posts on aelf, please inform us (by creating a [Github issue](https://github.com/aelfproject/aelf/issues)), so we may add a link to your tutorial/post in the official documentation and we can announce it on our [Twitter account](https://twitter.com/aelfblockchain).
26+
27+
### Bug Report
28+
29+
If you find any bug, please [create an issue on the Github repository](https://github.com/aelfproject/aelf/issues/new).
30+
31+
### Thanks
32+
33+
Thanks to ABP, we follow their contribute guides

0 commit comments

Comments
 (0)