Skip to content

Commit

Permalink
Merge pull request #3 from IMAP-Science-Operations-Center/pr-template
Browse files Browse the repository at this point in the history
PR template
  • Loading branch information
sdhoyt authored Jun 20, 2023
2 parents 40a266a + b636ccf commit 7a96c39
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull-request-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Change Summary

## Overview
<!--Add a list or paragraph giving an overview of your changes-->

## New Dependencies
<!--List any new dependencies introduced by these changes-->

## New Files
<!--List each new file and add bullets to describe the purpose/function of the new file.
This should be high level, but enough detail for the reviewer to understand what purpose(s) the
code in the file is serving-->
- new file 1
- description of new file 1's purpose

## Deleted Files
<!--List each deleted file and add one or more bullets with the rationale for why the file is being deleted-->
- deleted file 1
- explanation for why file was deleted

## Updated Files
<!--List each updated file and add bullets to describe the purpose/function of the updates.
This should be high level, but enough detail for the reviewer to understand what purpose(s) the
updated code in the file is serving-->
- updated file 1
- description of change 1 in file 1
- description of change 2 in file 2
- updated file 2
- descipriton of change 1 in file 2

## Testing
<!--List any relevant testing information like number of unit tests added, any new tests being skipped and the reason why, etc.-->

0 comments on commit 7a96c39

Please sign in to comment.