Yoyo.Abp is an open source and community driven project. This guide is aims to help anyone wants to contribute to the project.This project is derived from the ASP.NET Boilerplate framework and has been improved, mainly by updating the default type of entity primary keys from int
to string
.Therefore it is not recommended to do a major refactoring on this project.
You can always send pull requests to the GitHub repository.
- Clone the Yoyo.Abp repository from GitHub.
- Make the required changes.
- Send a pull request.
Before making any change, please discuss it on the GitHub issues page. So that, other developers will not 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 would like to report a bug, please create an issue on the GitHub repository