Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.61 KB

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 1.61 KB

Contributing to Yoyo.Abp

English | 简体中文

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.

Code Contribution

You can always send pull requests to the GitHub repository.

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.

Bug Fixes & Enhancements

You may want to fix a known bug or work on a planned enhancement. See the issue list on GitHub.

Feature Requests

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.

Bug Report

If you would like to report a bug, please create an issue on the GitHub repository