Skip to content

Latest commit

 

History

History
126 lines (78 loc) · 2.07 KB

CONTRIBUTING.md

File metadata and controls

126 lines (78 loc) · 2.07 KB

Contributing

First, Thank you for considering helping. I am glad this project means that much to you as it does to me. It needs a lot of improvement.

First Step

If you've noticed something wrong or just want to deep dive or have an idea, just open an issue! Lets talk about it. There are many ways to contribute, from improving the documentation to adding new syntax.

It's generally best before you do anything to open an issue. This way we can avoid multiple people doing the same thing.

Current Avaliable Syntax

  • Programming Languages
    • C
    • C++ (Cpp)
    • C# (Csharp)
    • Java
    • Rust
    • Go
    • Javascript
    • TypeScript
    • Python

New Syntax Group

Be my guest.

New Languages

Be my guest.

Any Language?

Well.. maybe not dead ones? But if you believe thats important, just open an issue to coordinate its inclusion.

Where?

All the "code" is stored on Github in Markdown files.

At the end of this file, you can find a Code Block Sample for Programming Languages Syntax.

Coding Conventions

  • Whenever possible, try to follow the language guidelines (variable naming, function naming and so on)
  • Indent using tabs
  • Be Obvious and redundant (No implicit cast, explicit this. operator etc)

Code of Conduct

Please make sure you are welcoming and friendly in all of our spaces.

Code Block Sample

Copy in Raw Markdown and adapt header level accordingly.

C

// TODO

Back to top

C++ (Cpp)

// TODO

Back to top

C# (Csharp)

// TODO

Back to top

Java

// TODO

Back to top

Rust

// TODO

Back to top

Go

// TODO

Back to top

Javascript

// TODO

Back to top

Typescript

// TODO

Back to top

Python

# TODO

Back to top