Skip to content

Commit

Permalink
Added hint for the starting point for contributing commits.
Browse files Browse the repository at this point in the history
I derived this rule from #802 (comment)
  • Loading branch information
dhebbeker authored Nov 15, 2024
1 parent 09c78ee commit b69b2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ If your are considering creating a pull request, please observe the following:
- If you are adding or modifying a feature, add *new* unit tests that test that feature.
- If you are fixing a bug, add a unit test that *fails* before the bug fix is implemented.
- Do not initiate a pull request until all of the units tests pass.
- Branches should be based on the branch `master`.

There is a project file for VS2022 for C++14, 17, 20, and bash scripts that run the tests for C++11, 14, 17, 20 under Linux with GCC and Clang.

0 comments on commit b69b2e2

Please sign in to comment.