grantcarthew/node-perj

View on GitHub
PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
## Description

A few sentences describing the overall goals of the pull request's commits.

## Related Issues or PRs

List related PRs against other branches:

## Todos

- [ ] Tests
- [ ] Documentation

## Deploy Notes

Notes regarding deployment the contained body of work.

## Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

```sh
git pull --prune
git checkout <feature_branch>
bundle; script/server
```

1.

## Benchmark Results

Paste the benchmark results here.

## Impacted Areas in Application

List general components of the application that this PR will affect:

-