Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.33 KB

pull_request_template.md

File metadata and controls

29 lines (22 loc) · 1.33 KB

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Ticket #

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Documentation changes
  • Style (formatting, missing semi colons, etc; no production code change)
  • Refactor (refactoring production code, eg. renaming a variable)
  • Chore (updating grunt tasks etc; no production code change)
  • Build (changing build dependencies, updating packages, etc.)

Checklist:

  • My PR title is formatted as [SIS-<issue number>] <issue name> (eg. [SIS-010] Create UI button)
  • I have linked my issue/ticket on the project board to this PR
  • I have sent my PR to #team-sistema-prs on Slack and requested two people to review
  • My code follows 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 made corresponding changes to the documentation (if required)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works