Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 692 Bytes

Contributing to programming

First off, thanks for taking the time to contribute! 🎉

Ensure the following things in the PR

  • Description of the PR explains what you've done.
  • Every source file has a license header (https://www.apache.org/licenses/LICENSE-2.0).
  • Code is optimized for readability.
  • Source is well documented.
  • Spaces are used for indentation.
  • Add newline at end of file.

Code Guildelines

  • Use snake_case 🐍 for C, C++ & Python.

Issue Creation

Create a new issue in the following scenarios:

  • An issue corresponding to a programming language is not yet created.
  • A bug 🐛 in existing code has been detected.

Thanks Again! 😃