Skip to content

Commit b3e600a

Browse files
Merge branch 'dev' into 1217-add-data-validation-to-the-feedback-form-api-to-restrict-html-content
Merging dev into this branch
2 parents 297641e + b976bac commit b3e600a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Overview
2+
These are not the release notes, which can be found https://github.com/NASA-IMPACT/COSMOS/releases. Instead, this is a changelog that developers use to log key changes to the codebase with each pull request.
3+
4+
## What to Include
5+
For each PR made, an entry should be added to this changelog. It should contain
6+
- a brief description of the deliverable of the feature or bugfix
7+
- exact listing of key changes such as:
8+
- API endpoint modified
9+
- frontend components added
10+
- model updates
11+
- deployment changes needed on the servers
12+
- etc.
13+
14+
## Changelog

0 commit comments

Comments
 (0)