diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4dfe98f..f098602 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,4 +15,4 @@ What code changes have been made to achieve the intent. - [ ] Code is formatted correctly (`sasjs lint`). - [ ] Any new functionality has been unit tested. - [ ] All unit tests are passing (`sasjs test`). -- [ ] `all.sas` has been regenerated (`python3 build.py`) +- [ ] The PR desc or underlying commits follow the [Conventional Commit](https://www.conventionalcommits.org) standard