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.
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 featurefix(<module>): <message>
for bug fixrefactor(<module>): <message>
for code refactoringchore(<module>): <message>
for other changesdocs(<module>): <message>
for documentation changes
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.