Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.76 KB

README.md

File metadata and controls

48 lines (24 loc) · 1.76 KB

Coding_Standards

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.

AngularJS Style Guide

C++ Style Guide

C# Style Guide

Go Style Guide

HTML/CSS Style Guide

JavaScript Style Guide

Java Style Guide

Objective-C Style Guide

Python Style Guide

R Style Guide

Shell Style Guide

Swift Style Guide

TypeScript Style Guide

Github Repository Contributions

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!