Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 474 Bytes

File metadata and controls

16 lines (12 loc) · 474 Bytes

Naming Rules

Name your PR like this: ISSUENUMBER-TITLE-YOURNAME

Description

Write a summary of your change. Explain why you have made it.

Related to

Make sure you include the issue number with a hash sign # so Github can link this PR to the right issue, like this:

Fixes #1

Checklist:

  • My code follows the style guidelines of this project
  • I have carefully reviewed my own code
  • I have commented my code
  • I have updated any documentation