Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 456 Bytes

pull_request_template.md

File metadata and controls

13 lines (12 loc) · 456 Bytes

What (if any) features are you implementing?

What (if anything) did you refactor?

Were there any issues that arose?

Refactor checklist

  • Check variable and parameter names: are they descriptive and unique?
  • Is the code DRY? SRP?
  • Is it easy for others to read your code? (explanatory comments needed?)
  • Is the syntax consistent? (e.g. use of semicolons, blank lines)
  • Are commit messages formatted correctly?