Auto generate readme (#100)

* Auto generate readme provided by @KinglittleQ
This commit is contained in:
Chengqi Deng
2021-12-04 07:48:04 +08:00
committed by GitHub
parent c72f2796c0
commit 1343f5eeef
8 changed files with 168 additions and 24 deletions

View File

@@ -9,10 +9,12 @@ I'm not very picky about how you should contribute, but I ask that the following
* Proper spelling and grammar.
* If it's a language or library feature that you can write code with, please provide an
example of its usage. An optimal submission would also include a short real-world use case for the feature.
* Make sure the feature is in the correct C++ version.
* Keep additions/deletions of content consistent with the cheatsheet's goals (see below).
#### Instructions
* 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 have also added the feature to the separate major C++ readme files (i.e. CPP11.md, CPP14.md, etc.).
* Keep additions/deletions of content consistent with the cheatsheet's goals.
* 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
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.