From b9401539906785f2d44b73dbb0d437b12d27fb22 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 22 Sep 2017 23:09:35 -0400 Subject: [PATCH] Preparing for 1.2 --- .github/CONTRIBUTING.md | 9 +++++++++ CHANGELOG.md | 2 +- CONTRIBUTING.md | 9 --------- 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 .github/CONTRIBUTING.md delete mode 100644 CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..8db2a87 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# A few notes on contributions + +If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0): + +```bash +git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file +``` + +It is also a good idea to check this with `clang-tidy`; automatic fixes can be made using `-DCLANG_TIDY_FIX-ON` (resets to `OFF` when rerunning CMake). diff --git a/CHANGELOG.md b/CHANGELOG.md index e891667..1b597c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 1.2 (in progress) +## Version 1.2 * Added functional form of flag [#33](https://github.com/CLIUtils/CLI11/pull/33), automatic on C++14 * Fixed Config file search if passed on command line [#30](https://github.com/CLIUtils/CLI11/issues/30) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 8db2a87..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,9 +0,0 @@ -# A few notes on contributions - -If you want to add code, please make sure it passes the clang-format style (I am using LLVM 4.0): - -```bash -git ls-files -- '.cpp' '.hpp' | xargs clang-format -i -style=file -``` - -It is also a good idea to check this with `clang-tidy`; automatic fixes can be made using `-DCLANG_TIDY_FIX-ON` (resets to `OFF` when rerunning CMake). -- libgit2 0.21.4