Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 662 Bytes

RULES.md

File metadata and controls

13 lines (10 loc) · 662 Bytes

Rules to check before opening a pull request


  • A relevant bit of code must be included in the file.
  • To avoid duplication, go via the Pull Requests Section.
  • Each pull request MUST ONLY contain ONE ENTRY.
  • Put the files in the appropriate programming language directories. If no folder exists, make one.
  • Provide good documentation for each file so that novices may comprehend it.
  • Give a short descriptive commit title. Eg. Updated File ❌, Added palindrome in Python ✔️
  • Pull requests must have a descriptive title that is comparable.

That's all! Allow for the review and merging of the PR into the repository.