-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from IMAP-Science-Operations-Center/pr-template
PR template
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.--> |