Skip to content

Commit

Permalink
Merge branch 'main' into feature/code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
smorrisj authored Jan 24, 2023
2 parents 1c2ad76 + 20ab1d4 commit 0ae3e0e
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 355 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ information on using pull requests.

Please make sure your submission passed the `lint`, `format:check` and `test` tasks clean.

### Creating a pull request description

There are two parts to a pull request description: Summary and Testing.

#### Summary

Use this as a space to provide details about your new feature. Your summary should primarily focus on what has changed, and why it has changed.

#### Testing

For each pull request, you are expected to test the defaults to make sure no regressions were introduced as part of your change. When adding new features, you are expected to add new test cases that cover the new functionality.

# Development

## Structure
Expand Down
Loading

0 comments on commit 0ae3e0e

Please sign in to comment.