-
Notifications
You must be signed in to change notification settings - Fork 3
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 #26 from podaac/release/0.3.0
Release/0.3.0
- Loading branch information
Showing
28 changed files
with
2,557 additions
and
1,647 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[flake8] | ||
#ignore = ... | ||
max-line-length=99 | ||
max-line-length=180 |
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,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_ |
Oops, something went wrong.