Update CONTRIBUTING.md

Remove the note about README.md automatically changing.
This commit is contained in:
Anthony Calandra
2022-02-21 14:54:25 -05:00
committed by GitHub
parent 2da0071af0
commit 1f1461ecfc

View File

@@ -14,7 +14,6 @@ example of its usage. An optimal submission would also include a short real-worl
#### Instructions #### Instructions
* Make sure the feature is in the correct C++ version file (i.e. CPP11.md, etc.). * Make sure the feature is in the correct C++ version file (i.e. CPP11.md, etc.).
* Make sure you've added the feature to the table of contents. * Make sure you've added the feature to the table of contents.
* Note: Please don't make changes to README.md itself -- the changes in the individual markdown files are all added to the README automatically.
## Goals ## Goals
My goal for this cheatsheet is to prefer conciseness over absolute completeness. Examples of features should be minimal: if an example is overly complicated, large, or is more of an obscure usage of the feature then it will most likely be rejected in review. The reason for this goal is to teach users what the most popular uses of these features will be, and for a more thorough investigation, to learn about those from external C++ resources. My goal for this cheatsheet is to prefer conciseness over absolute completeness. Examples of features should be minimal: if an example is overly complicated, large, or is more of an obscure usage of the feature then it will most likely be rejected in review. The reason for this goal is to teach users what the most popular uses of these features will be, and for a more thorough investigation, to learn about those from external C++ resources.