Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 685 Bytes

RULES.md

File metadata and controls

13 lines (10 loc) · 685 Bytes

Rules to check before opening a pull request


  • The file must have a valuable snippet of code which is useful.
  • Go through the Pull Requests Section to avoid duplication.
  • Each pull request MUST ONLY contain ONE ENTRY.
  • Place the files in the respective programming language folders. If folder doesn't exist, create one.
  • Give proper documentation for each file, so that it is easier for beginners to understand.
  • Give a short descriptive commit title. Eg. Updated File ❌, Added palindrome in Python ✔️
  • Pull requests must be having a similar descriptive title.

That's it! Wait for the PR to be reviewed and merged into the repository.