From 2962d0143297445cc7f56145f1c52591ed109d76 Mon Sep 17 00:00:00 2001 From: Attila Date: Wed, 20 Feb 2019 13:37:46 +0100 Subject: [PATCH] New type of change in pull request template: small change I sometimes correct typos and misspellings. I thought this type could would fit for this. This type could represent changes not in the actual codebase, rather changes in the comments, printed text, documentation, etc. --- PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8e4d37045..abe0645b8 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,7 @@ Fixes #\[issue] ## Type of change +* [ ] Small/tiny change (typo, spelling, comment, etc.) * [ ] Bug fix (change which fixes an issue) * [ ] New feature (change which adds functionality) * [ ] New Server (new server added)