From d1876930c68ff90eeb07eda54ef36941d8d8996e Mon Sep 17 00:00:00 2001 From: Nolan Woods Date: Fri, 4 Mar 2022 00:31:06 -0800 Subject: [PATCH] Add semver classification to PR template This will allow at a glance classification of the changes proposed by the PR in Semantic Versioning terms --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 4e96590..34f1ed0 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -6,6 +6,7 @@ | **Author** | \ | **Status** | draft | **Created**| \ +| **[SemVer](https://semver.org/spec/v2.0.0.html#summary)** | MAJOR\|MINOR\|PATCH ## Abstract