Skip to content

Commit

Permalink
Issues/1: Add build workflow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace authored Jul 24, 2024
1 parent 78199ff commit a9de12c
Show file tree
Hide file tree
Showing 15 changed files with 2,123 additions and 1,273 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 a9de12c

Please sign in to comment.