diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..9e4acad099 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ + + +**Clearly describe the problem and solution** + +**Relevant issue number(s) if applicable** + +**Did you run `npm run lint` from the viewer or parliament directory (whichever you are making changes to) and correct any errors** + +**Did you Ensure that all tests still pass by navigating to the `tests` directory and running `./tests.pl --viewer`**