Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.02 KB

pull_request_template.md

File metadata and controls

32 lines (23 loc) · 1.02 KB

Summary

Files updated:

Reason for change: What was the problem?

Changes made:

- Bullet point list of changes

Checks for creator

Delete all non-relevant lines below, and then tick off as completed:

  • I have run the code in the scripts I have changed
  • I have run the relevant run_data/run_tables file
  • I have included comments to explain my code
  • I have checked the layout of the code is logical and easy to follow
  • I have checked new variables are named consistently
  • I have checked the list of github issues

Closing issues

Replace the XXX with the issue numbers for any issues that can now be closed:

Close #XXX

Checks for reviewer

Creator - delete any not relevant. Reviewer - tick as completed:

  • I have run the code in the scripts that have changed
  • I have run the relevant run_data/run_tables file
  • I have checked the layout of the code is logical and easy to follow
  • I have checked new variables are named consistently
  • I have checked the list of github issues