👍🎉 First off, thanks for taking the time to contribute! 🎉👍
This project and everyone participating in it is governed by the Codium Code of Conduct. By participating, you are expected to uphold this code.
Before creating bug reports, please check existing issues and the Troubleshooting page as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible. Fill out the required template, the information it asks for helps us resolve issues faster.
If you want to make changes, please read the Build page.
To build Codium, please follow the command found in the section Build Scripts
.
If you want to update the existing patches, please follow the section Patch Update Process - Semi-Automated
.
- first, you need to build Codium
- then use the command
patch.sh <your patch name>
, to initiate a new patch - when the script pauses at
Press any key when the conflict have been resolved...
, openvscode
directory in Codium - run
yarn watch
- run
./script/code.sh
- make your changes
- press any key to continue the script
patch.sh