Some basic formalities about contributing to our projects that will help keep things organized.
We use Google's coding standards as a reference. Please refer to the following links for specifics about how code should be written.
All commits must occur on a branch other than master.
Create a feature branch, with a descriptive name, and make commits to it.
Once the code is ready, open a merge request, and post a link to it in the Discord.
Add an @Core Team Admins
, to get the attention for review.
If you have problems, first install Git Credential Manager
If you still have problems, reach out to someone via our Discord, and someone will help.
Please update these instructions as required! Happy coding!