From 2962d0143297445cc7f56145f1c52591ed109d76 Mon Sep 17 00:00:00 2001 From: Attila Date: Wed, 20 Feb 2019 13:37:46 +0100 Subject: [PATCH 1/2] 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) From 22d97c4b4122ddbacc45c56e5b3cd24ca8a3c0ba Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 1 Mar 2019 22:21:44 +0000 Subject: [PATCH 2/2] re-word the type of change --- PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index abe0645b8..d04485f45 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -6,12 +6,11 @@ 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) * [ ] Refactor (restructures existing code) -* [ ] This change requires a documentation update +* [ ] Comment update (typo, spelling, etc) ## Checklist