Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1011 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 1011 Bytes

Contributing to U2OC

Issues

If you found any issues, please report it to the Issues page.

To create a new issue, click the New issue button and fill the form.

Guide

To setup the project, please follow the BUILDING.md guide.

After you have setup the project, you can start contributing to the project.

  • Make changes to the code
  • Commit the changes
  • Push the changes to your fork
  • And finally create a Pull Request to the main repository

Make sure commit message is using following prefix:

  • feat(<module>): <message> for new feature
  • fix(<module>): <message> for bug fix
  • refactor(<module>): <message> for code refactoring
  • chore(<module>): <message> for other changes
  • docs(<module>): <message> for documentation changes

License

U2OC is licensed under the MIT license. See the LICENSE

So it's expected when contributing code via Pull Request the code must within the license.