Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 967 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

25 lines (14 loc) · 967 Bytes

High-level description of change

REPLACE THIS: Describe what bug you're fixing. (We are not currently adding features). Reference the issue number or ZenDesk ticket if one exists.

Are there performance implications for this change?

REPLACE THIS: Please profile using time/timeEnd any potentially time-taking changes. Then profile using node profiler to identify what aspects take most time.

Have you added tests to cover this new/updated code?

REPLACE THIS: Note what tests you added, and if tests aren't possible, explain why not.

Risks involved

REPLACE THIS: Note anything that could go wrong. Good opportunity to think through edge cases.

Are there any dependencies or blockers for merging this?

REPLACE THIS: Note any branches that must be merged elsewhere.

How can we verify that this change works?

REPLACE THIS: Describe how we can check this change works for the user from end to end, like with example programs.