From 8bbc2a913ee0e84fa78a1a542c68c379d48c453e Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 13:53:39 +0200 Subject: [PATCH 1/7] Added missing articles, removed trailing whitespaces Added some missing articles and removed trailing whitespaces within .MD files. New to GitHub, trying to complete Hacktoberfest challenge. --- CODE_STYLE.md | 4 ++-- LICENSE.md | 2 +- PULL_REQUEST_TEMPLATE.md | 10 +++++----- README.md | 4 ++-- VERSIONING.md | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CODE_STYLE.md b/CODE_STYLE.md index 90b39af..04b5d22 100644 --- a/CODE_STYLE.md +++ b/CODE_STYLE.md @@ -12,7 +12,7 @@ Use tools like [vera++](https://bitbucket.org/verateam/vera/wiki/Home) ## Static analysis -Use any tools from [list of tools for static code analysis]( https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2B.2B) +Use any tools from the [list of tools for static code analysis]( https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2B.2B) ## Version control @@ -20,7 +20,7 @@ Prefer git. ## Scanning project -Scan whole project before pushing code to version control system. +Scan the whole project before pushing code to version control system. ## Naming schemes diff --git a/LICENSE.md b/LICENSE.md index d775f58..e7a186d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2019 +Copyright (c) 2019 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index c995cd3..7a5ea49 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ > Checkout all the things you've done by placing an `x` within the square braces below. ## Proposed Changes -- [] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. -- [] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) -- [] I've forked the repository. -- [] I've created a branch and made my changes in it. -- [] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. +- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [x] I've forked the repository. +- [x] I've created a branch and made my changes in it. +- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. diff --git a/README.md b/README.md index 057738f..a82e704 100755 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ Example: cmake -E chdir build ./tool/CXXCTP_tool --ctp_scripts_paths=$PWD -L .=DBG9 -extra-arg=-I$PWD/include -extra-arg=-I../resources ../resources/ReflShapeKind.hpp ../resources/test_typeclass_base1.hpp ../resources/test_typeclass_instance1.hpp ../resources/test.cpp ``` -# ⌨️ Developing with CXXCTP +# ⌨️ Developing with CXXCTP The following sections cover usage, custom rules and debugging for CXXCTP. ## Writing code that writes code @@ -877,7 +877,7 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU - Technical writer - [![twitter-alt][twitter-img]](https://twitter.com/anindita_basu) [![github-alt][github-img]](https://github.com/AninditaBasu) - + ##### Anna Hayhurst - Junior Developer diff --git a/VERSIONING.md b/VERSIONING.md index ff0fa7d..55f7cdd 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -4,7 +4,7 @@ This library follows [Semantic Versioning](http://semver.org/). Please note it is currently under active development. Any release versioned 0.x.y is subject to backwards-incompatible changes at any time. -**GA**: Libraries defined at a GA quality level are expected to be stable. All updates in the libraries are guaranteed to be backward-compatible. Any changes that are not +**GA**: Libraries defined at a GA quality level are expected to be stable. All updates in the libraries are guaranteed to be backward-compatible. Any changes that are not backward-compatible lead to the major version increment (1.x.y -> 2.0.0). From 4b66b69cf63dbbfc05d0a34956d6e873df7458f6 Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 14:03:07 +0200 Subject: [PATCH 2/7] Delete PULL_REQUEST_TEMPLATE.md Delete, made mistakes --- PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7a5ea49..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ -:warning: This is a Pull Request Template :warning: - -> Checkout all the things you've done by placing an `x` within the square braces below. - -## Proposed Changes -- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. -- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) -- [x] I've forked the repository. -- [x] I've created a branch and made my changes in it. -- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. From de3a1c48548615d284c49f574d5dca289195557c Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 14:21:03 +0200 Subject: [PATCH 3/7] Revert "Delete PULL_REQUEST_TEMPLATE.md" This reverts commit 4b66b69cf63dbbfc05d0a34956d6e873df7458f6. --- PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7a5ea49 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +:warning: This is a Pull Request Template :warning: + +> Checkout all the things you've done by placing an `x` within the square braces below. + +## Proposed Changes +- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [x] I've forked the repository. +- [x] I've created a branch and made my changes in it. +- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. From d90cddf166861836dd1b9032cb952eb4e6716545 Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 14:21:07 +0200 Subject: [PATCH 4/7] Revert "Revert "Delete PULL_REQUEST_TEMPLATE.md"" This reverts commit de3a1c48548615d284c49f574d5dca289195557c. --- PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7a5ea49..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ -:warning: This is a Pull Request Template :warning: - -> Checkout all the things you've done by placing an `x` within the square braces below. - -## Proposed Changes -- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. -- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) -- [x] I've forked the repository. -- [x] I've created a branch and made my changes in it. -- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. From 03d3603934e79982cbbdea9a4fcce5aeb6cf23f2 Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 14:21:11 +0200 Subject: [PATCH 5/7] Revert "Revert "Revert "Delete PULL_REQUEST_TEMPLATE.md""" This reverts commit d90cddf166861836dd1b9032cb952eb4e6716545. --- PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7a5ea49 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +:warning: This is a Pull Request Template :warning: + +> Checkout all the things you've done by placing an `x` within the square braces below. + +## Proposed Changes +- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [x] I've forked the repository. +- [x] I've created a branch and made my changes in it. +- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. From 4404d1f9d7bf46fadbb829ce084ec7bd53f3607e Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 14:21:14 +0200 Subject: [PATCH 6/7] Revert "Revert "Revert "Revert "Delete PULL_REQUEST_TEMPLATE.md"""" This reverts commit 03d3603934e79982cbbdea9a4fcce5aeb6cf23f2. --- PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 7a5ea49..0000000 --- a/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ -:warning: This is a Pull Request Template :warning: - -> Checkout all the things you've done by placing an `x` within the square braces below. - -## Proposed Changes -- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. -- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) -- [x] I've forked the repository. -- [x] I've created a branch and made my changes in it. -- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. From 75592b74a42f338956fac07be65faffa26071f06 Mon Sep 17 00:00:00 2001 From: BirokratskaZila Date: Tue, 15 Oct 2019 14:23:13 +0200 Subject: [PATCH 7/7] Create PULL_REQUEST_TEMPLATE.md Mistakenly added 'x' in this file --- PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c995cd3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +:warning: This is a Pull Request Template :warning: + +> Checkout all the things you've done by placing an `x` within the square braces below. + +## Proposed Changes +- [] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [] I've forked the repository. +- [] I've created a branch and made my changes in it. +- [] I understand opening a PULL REQUEST doesn't mean it will be merged for sure.