Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Nov 30, 2023
1 parent 4c536da commit cca9500
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit cca9500

Please sign in to comment.