Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 695 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

10 lines (9 loc) · 695 Bytes

Issue Description

Guidelines

  • Your code will be live on a tutorial website, so code readability and understandability will be given paramount importance.
  • Please follow coding conventions listed in CONVENTIONS.md
  • The directory structure of the project is pretty obvious, but take a moment to go through STRUCTURE.md if you are confused where to place your code.
  • Please add a few sample input output test case files too. Minimum 1. The more the merrier!