From 395e36873ef444dfe1898ddcecf25f97d9d9fb3d Mon Sep 17 00:00:00 2001 From: Wessel T Date: Tue, 19 Feb 2019 21:20:50 +0100 Subject: [PATCH] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df80a17..97490f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,6 +5,6 @@ - [ ] Code changes have been tested and there aren't any typos in it **Semantic versioning classification:** -- [ ] This PR changes the library's interface (methods or parameters added) +- [ ] This PR changes wump's core codebase (methods or parameters added) - [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed) - [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc. \ No newline at end of file