Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 876 Bytes

pull_request_template.md

File metadata and controls

18 lines (15 loc) · 876 Bytes

Description

provide description here of what the PR is going to do to the code

Screenshot(s)

add any screenshots that might be useful to whomever is reviewing this PR

Notes

anything else that doesn't fit in the above categories, but is still important to call out

Checklist

  • My PR has an appropriately descriptive and concise title.
  • My code follows the Turing Style Guides and best practices.
  • I ran the code locally and verified that there are no visible errors.
  • feat: My PR clearly describes what feature I'm adding and any changes needed to make it work.
  • test: My PR clearly describes what test(s) I'm adding and why.
  • fix: My PR clearly describes what bug I'm fixing and why.
  • refactor: My PR clearly describes what code I'm refactoring and why.
  • docs: My PR clearly describes which doc(s) I'm updating and why.