From cca950062d739ff1d4bf666cdc594b3546b0fda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m=20-=20seeking=20Senior=20Engineering?= =?UTF-8?q?=20roles=20as=20well=20as=20contract=20opportunities?= Date: Thu, 30 Nov 2023 13:11:13 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index a95fcdb3..3d09fcbf 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -3,16 +3,18 @@ `ADD CONTENT HERE TO DESCRIBE THE PURPOSE OF THE PULL REQUEST` + +# Formatting +- [ ] I am following the formatting style of the existing codebase. + +_AStyleFormat or clang-format configuration files are available in the root of g3log_ + # Testing - [ ] This new/modified code was covered by unit tests. - - [ ] (insight) Was all tests written using TDD (Test Driven Development) style? - - [ ] The CI (Windows, Linux, OSX) are working without issues. - - [ ] Was new functionality documented? - - [ ] The testing steps 1 - 2 below were followed _step 1_