Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 926 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 926 Bytes

CarbonROM

CarbonROM is an open-source ROM, and that being so, we rely on community contributions as well as contributions from our many team members.

How to help with our site

In order to contribute to our website, you have to sign up for our Gerrit instance. Please note that we now only allow GPG signed commits to our Gerrit instance. You can click here to learn how to set it up. Once you've done that, you can clone the repo by using the following commands:

  • git clone ssh://[email protected]:29418/CarbonROM/CarbonROM.github.io && scp -p -P 29418 [email protected]:hooks/commit-msg CarbonROM.github.io/.git/hooks/
  • Make your changes to the repo.
  • git commit -a -S -m 'Your commit message.'
  • git push origin HEAD:refs/for/master