We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eab49 commit 4a99ec5Copy full SHA for 4a99ec5
CONTRIBUTING.md
@@ -0,0 +1,10 @@
1
+# How to contribute
2
+
3
+If your are considering creating a pull request, please observe the following:
4
5
+- If you are adding or modifying a feature, add *new* unit tests that test that feature.
6
+- If you are fixing a bug, add a unit test that *fails* before the bug fix is implemented.
7
+- Do not initiate a pull request until all of the units tests pass.
8
+- Branches should be based on the branch `master`.
9
10
+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 commit comments