Skip to content

Commit

Permalink
Merge pull request #26 from podaac/release/0.3.0
Browse files Browse the repository at this point in the history
Release/0.3.0
  • Loading branch information
frankinspace authored Jul 29, 2024
2 parents 90e9a59 + 0c157c0 commit 2bb7a43
Show file tree
Hide file tree
Showing 28 changed files with 2,557 additions and 1,647 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
#ignore = ...
max-line-length=99
max-line-length=180
26 changes: 26 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Github Issue: #NUM _(replace NUM with Github issue number)_

### Description

_Summarize the ticket here_

### Overview of work done

_Summarize the work you did_

### Overview of verification done

_Summarize the testing and verification you've done. This includes unit tests or testing with specific data_

### Overview of integration done

_Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment._

## PR checklist:

* [ ] Linted
* [ ] Updated unit tests
* [ ] Updated changelog
* [ ] Integration testing

_See [Pull Request Review Checklist](../CONTRIBUTING.md#reviewing) for pointers on reviewing this pull request_
Loading

0 comments on commit 2bb7a43

Please sign in to comment.