Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 904 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

31 lines (19 loc) · 904 Bytes

Pull Request: [Put a PR title here...]

1. Please write a summary (bullet-point list) of the changes you have implemented:

  • [...]

2. Do any of these changes rely on changes made to other repositories (e.g. CPlayer)?
Delete where appropriate and specify the repositories.

Yes / No


3. Repositories (ignore if your answer to the previous question was 'No'):


Standards Checklist

For more information, refer to Wiki: Getting Started with Kamino.

  • My code uses meaningful and correct variable names and comments.
  • My code follows Object-Oriented principles.
  • My code is, to the best of my ability, efficient and does not waste processor time.