Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 761 Bytes

pull_request_template.md

File metadata and controls

17 lines (12 loc) · 761 Bytes

Pull Request Template

Description

Please provide in as much detail the purpose of the pull request. 🧐 If the reviewers cannot grasp the purpose from this description, the maintainers may reject your pull request. 🛑

Please remember that the reviewer might not be familiar with this code, so please provide a clear explanation of the concepts behind your changes. 💡

Github Ticket:

Checklist:

  • I have followed the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have checked my code and corrected any misspellings
  • I have verified that all status checks have passed