You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ tests, designing and coding new examples or writing tutorials are all examples
5
5
of helpful contributions.
6
6
7
7
A contribution to HElib can be initiated through GitHub pull request (PR).
8
-
HElib is written in C++14 and uses `clang-format` for the formatting of the code.
9
-
Requiremens and installation instructions can be found in [INSTALL.md](INSTALL.md).
10
-
When making code contributions to HElib, we ask that you follow the `C++14`
8
+
HElib is written in C++17 and uses `clang-format` for the formatting of the code.
9
+
Requirements and installation instructions can be found in [INSTALL.md](INSTALL.md).
10
+
When making code contributions to HElib, we ask that you follow the `C++17`
11
11
coding standard and format your code using the [clang format](.clang-format)
12
12
style file included in this distribution. Please provide unit/regression
13
13
tests that are relevant to your code contribution.
@@ -27,4 +27,3 @@ Whether you are contributing a new feature, updating or bug fixing the code else
27
27
HElib test suite uses the [Google Test Framework](https://github.com/google/googletest). Additional information on HElib's test suite can be found in [TESTS.md](TESTS.md). Please remember to provide unit/regression tests that are relevant to your code contribution.
28
28
29
29
Once all the tests have passed, and you are satisfied with your contribution, open a pull request into the `master` branch from **your fork of the repository** to request adding your contributions into the main code base.
0 commit comments